The PdfException type exposes the following members.

Constructors

  NameDescription
Protected methodPdfException
For serializing purposes only.

Methods

  NameDescription
Public methodGetObjectData
For serializing purposes only.
(Overrides Exception..::..GetObjectData(SerializationInfo, StreamingContext).)

Properties

  NameDescription
Public propertySource
Get or set the name of the application or the object that causes the error.
(Overrides Exception..::..Source.)
Public propertyStackTrace
Get a string representation of the frames on the call stack at the time the current exception was thrown.
(Overrides Exception..::..StackTrace.)

See Also