Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / PdfParserException Class / PdfParserException Constructor
The exception message.

In This Topic
    PdfParserException Constructor
    In This Topic
    The exception thrown when problems are detected while parsing PDF documents.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    public PdfParserException( 
       string message
    )

    Parameters

    message
    The exception message.
    See Also