[]
        
(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)
Public Sub New(message As String, streamPosition As Long)
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)
Public Sub New(message As String, innerException As Exception, streamPosition As Long)
Parameters
Type Name Description
string message
Exception innerException
long streamPosition