[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Parser.PdfContentStreamProcessorException

Class PdfContentStreamProcessorException

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

The exception that is thrown when an error occurs while processing a PDF content stream.

public class PdfContentStreamProcessorException : PdfException, ISerializable
Inheritance
object
System.Exception
PdfContentStreamProcessorException
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

PdfContentStreamProcessorException(string, Exception)

Initializes a new instance of the PdfContentStreamProcessorException class.

public PdfContentStreamProcessorException(string message, Exception innerException)

Parameters

message string
innerException System.Exception

PdfContentStreamProcessorException(string)

Initializes a new instance of the PdfContentStreamProcessorException class.

public PdfContentStreamProcessorException(string message)

Parameters

message string