'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 PDFException(message, innerException)
public PDFException( string message, Exception innerException )
public: PDFException( string* message, Exception* innerException )
public: PDFException( String^ message, Exception^ innerException )
Parameters
- message
- the message that describes the exception.
- innerException
- The exception that is the cause of the current exception.