Click or drag to resize

PdfParserException Class

This exception is commonly raised when a PDF object cannot be parsed.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsPdfParserException

Namespace: Patagames.Pdf.Net.Exceptions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfParserException : PdfiumException

The PdfParserException type exposes the following members.

Constructors
 NameDescription
Public methodPdfParserException Initializes a new instance of the PdfParserException class.
Top
See Also