Click or drag to resize

PDFNetException Properties

The PDFNetException type exposes the following members.

Properties
  NameDescription
Public propertyCondExpr
Gets the conditional expression that triggered the exception to be thrown.
Public propertyErrorCode
Gets the associated error code, if any, with this exception.
Public propertyFileName
Gets the filename from where the exception was thrown.
Public propertyFunction
Gets the name of the function/method where the exception was thrown.
Public propertyIsPDFNetException
Gets whether this exception is a PDFNet exception.
Public propertyLineNumber
Gets the line number in the file where the exception was thrown.
Public propertyMessage
Gets the detailed message describing the exception.
Top
See Also