FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / PdfPasswordException Class / PdfPasswordException Constructor

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

    Parameters

    message
    innerException
    See Also