Initializes a new instance of the ReportException with the specified message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ReportException(
string
)
Parameters
- message
The message to display when the exception is thrown.
See Also