Class PdfException

PdfException class

Represents errors that occur during PDF application execution.

public class PdfException : Exception

Constructors

NameDescription
PdfException()Initializes a new instance of the PdfException class.
PdfException(Exception)Initializes a new instance of the PdfException class with a reference to the inner exception that is the cause of this exception.
PdfException(string)Initializes a new instance of the PdfException class.
PdfException(string, Exception)Initializes a new instance of the PdfException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also