Click or drag to resize

PdfStateException Class

Exception thrown when PDF state is invalid.
Inheritance Hierarchy

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public class PdfStateException : PdfException
Constructors
  NameDescription
Public methodPdfStateException
Initializes a new instance of the PdfStateException class.
Public methodPdfStateException(String)
Initializes a new instance of the PdfStateException class with a specified error message.
Public methodPdfStateException(String, Exception)
Initializes a new instance of the PdfStateException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also