PDFView4NET WinForms Edition


The message with details about the error in the font data.
Inner exception.
FontParserException Constructor(String,Exception)
Initializes a new FontParserException object.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New FontParserException(message, innerException)
public FontParserException( 
   string message,
   Exception innerException
)

Parameters

message
The message with details about the error in the font data.
innerException
Inner exception.
Requirements

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

See Also