PDFView4NET WinForms Edition


The message with details about the error in page content.
InvalidDocumentException Constructor
Initializes a new InvalidDocumentException object.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InvalidDocumentException(message)
public InvalidDocumentException( 
   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