[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Parser.PdfParserException.-ctor

PdfParserException Constructor

PdfParserException(string, long)

Initializes a new instance of the PdfParserException class.

Declaration
public PdfParserException(string message, long streamPosition)
Parameters
Type Name Description
string message
long streamPosition

PdfParserException(string, Exception, long)

Initializes a new instance of the PdfParserException class.

Declaration
public PdfParserException(string message, Exception innerException, long streamPosition)
Parameters
Type Name Description
string message
Exception innerException
long streamPosition