Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / PdfContentStreamProcessorException Class / PdfContentStreamProcessorException Constructor / PdfContentStreamProcessorException Constructor(String,Exception)

In This Topic
    PdfContentStreamProcessorException Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the PdfContentStreamProcessorException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As System.String, _
       ByVal innerException As System.Exception _
    )
    public PdfContentStreamProcessorException( 
       System.string message,
       System.Exception innerException
    )

    Parameters

    message
    innerException
    See Also