Click or drag to resize

PDFNetException Methods

The PDFNetException type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCondExpr
Gets the conditional expression that triggered the exception to be thrown.
Public methodGetErrorCode
Gets the associated error code, if any, with this exception.
Public methodGetFileName
Gets the filename from where the exception was thrown.
Public methodGetFunction
Gets the name of the function/method where the exception was thrown.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLineNumber
Gets the line number in the file where the exception was thrown.
Public methodGetMessage
Gets the detailed message describing the exception.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string representation of this exception.
Top
See Also