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