Click or drag to resize

PdfParserException Class

Exception thrown from the PDF parser.
Inheritance Hierarchy

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