The message to display when the exception is thrown.
Initializes a new instance of the ReportException with the specified message.
[Visual Basic]
Public Function New( _
ByVal message As String _
)
[C#]
public ReportException(
string message
);
The message to display when the exception is thrown.
ReportException Class | ReportException Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.