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)
public PdfParserException(string message, Exception innerException, long streamPosition)
Parameters
message string
innerException System.Exception
streamPosition long
PdfParserException(string, long)
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