[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Parser.PdfParserException

Class PdfParserException

Namespace
GrapeCity.Documents.Pdf.Parser
Assembly
GcDocs.Pdf.dll

Represents common exception occurs during parsing PDF content.

public class PdfParserException : PdfException, ISerializable, _Exception
Inheritance
PdfParserException
Implements
Inherited Members

Constructors

PdfParserException(string, Exception, long)

Initializes a new instance of the PdfParserException class.

public PdfParserException(string message, Exception innerException, long streamPosition)

Parameters

message string
innerException Exception
streamPosition long

PdfParserException(string, long)

Initializes a new instance of the PdfParserException class.

public PdfParserException(string message, long streamPosition)

Parameters

message string
streamPosition long

Properties

StreamPosition

Gets the position in the stream where exception occurs.

public long StreamPosition { get; }

Property Value

long