[]
Represents common exception occurs during parsing PDF content.
public class PdfParserException : PdfException, ISerializable
Public Class PdfParserException
Inherits PdfException
Implements ISerializable
Name | Description |
---|---|
PdfParserException(string, Exception, long) | Initializes a new instance of the PdfParserException class. |
PdfParserException(string, long) | Initializes a new instance of the PdfParserException class. |
Name | Description |
---|---|
StreamPosition | Gets the position in the stream where exception occurs. |