PDFView4NET WinForms Edition


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