Class PDFNetException
PDFNetException is derived from the standard exception class and it is a superclass
for all PDFNet library exceptions.
Inheritance
PDFNetException
Assembly: PDFTronDotNet.dll
Syntax
public class PDFNetException : Exception, ISerializable
Constructors
PDFNetException()
Declaration
PDFNetException(IntPtr)
Declaration
public PDFNetException(IntPtr e)
Parameters
Type |
Name |
Description |
IntPtr |
e |
|
PDFNetException(string, string, int, string, string, ErrorCodes)
Declaration
public PDFNetException(string cond_expr, string filename, int linenumber, string function, string message, PDFNetException.ErrorCodes errorcode)
Parameters
Methods
GetCondExpr()
Declaration
public string GetCondExpr()
Returns
GetErrorCode()
Declaration
public PDFNetException.ErrorCodes GetErrorCode()
Returns
GetFileName()
Declaration
public string GetFileName()
Returns
GetFullMessage()
Declaration
public string GetFullMessage()
Returns
GetFunction()
Declaration
public string GetFunction()
Returns
GetLineNumber()
Declaration
public int GetLineNumber()
Returns
GetMessage()
Declaration
public string GetMessage()
Returns
GetMessageOnly()
Declaration
public string GetMessageOnly()
Returns
Implements