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