[]
        
(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, _Exception
Inheritance
PdfContentStreamProcessorException
Implements
Derived
Inherited Members

Constructors

PdfContentStreamProcessorException(string)

Initializes a new instance of the PdfContentStreamProcessorException class.

public PdfContentStreamProcessorException(string message)

Parameters

message string

PdfContentStreamProcessorException(string, Exception)

Initializes a new instance of the PdfContentStreamProcessorException class.

public PdfContentStreamProcessorException(string message, Exception innerException)

Parameters

message string
innerException Exception