Click or drag to resize

PdfException Class

Exception thrown from PDF Library.
Inheritance Hierarchy

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public class PdfException : Exception
Constructors
  NameDescription
Public methodPdfException
Initializes a new instance of the PdfException class.
Public methodPdfException(String)
Initializes a new instance of the PdfException class with a specified error message.
Public methodPdfException(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.
Top
See Also