[]
Represents common exception occurs during parsing PDF content.
public class PdfParserException : PdfException, ISerializable, _Exception
Initializes a new instance of the PdfParserException class.
public PdfParserException(string message, Exception innerException, long streamPosition)
Initializes a new instance of the PdfParserException class.
public PdfParserException(string message, long streamPosition)
Gets the position in the stream where exception occurs.
public long StreamPosition { get; }