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