[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Parser.PdfContentStreamProcessorException.-ctor

PdfContentStreamProcessorException Constructor

PdfContentStreamProcessorException(string)

Initializes a new instance of the PdfContentStreamProcessorException class.

Declaration
public PdfContentStreamProcessorException(string message)
Public Sub New(message As String)
Parameters
Type Name Description
string message

PdfContentStreamProcessorException(string, Exception)

Initializes a new instance of the PdfContentStreamProcessorException class.

Declaration
public PdfContentStreamProcessorException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Parameters
Type Name Description
string message
Exception innerException