ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.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 System.String _
    )
    public PdfParserException( 
       System.string message
    )

    Parameters

    message
    The exception message.
    See Also