PDFView4NET WinForms Edition


The message with details about the error in page content.
InvalidPasswordException Constructor
Initializes a new InvalidPasswordException object.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InvalidPasswordException(message)
public InvalidPasswordException( 
   string message
)

Parameters

message
The message with details about the error in page content.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also