[]
Initializes a new instance of the PdfParserException class.
public PdfParserException(string message, long streamPosition)
Public Sub New(message As String, streamPosition As Long)
| Type | Name | Description |
|---|---|---|
| string | message | |
| long | streamPosition |
Initializes a new instance of the PdfParserException class.
public PdfParserException(string message, Exception innerException, long streamPosition)
Public Sub New(message As String, innerException As Exception, streamPosition As Long)
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException | |
| long | streamPosition |