ComponentOne PdfViewer for UWP
PdfParserException Constructor

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > PdfParserException Class : PdfParserException Constructor
The exception message.
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

Reference

PdfParserException Class
PdfParserException Members