[]
        
(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
Inheritance
object
System.Exception
PdfParserException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()

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 System.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