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

In This Topic
    PdfPasswordException Constructor
    In This Topic
    The exception thrown when incorrected of a user password for parsing PDF documents.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    public PdfPasswordException( 
       string message
    )

    Parameters

    message
    The exception message.
    See Also