| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal message As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ReportScriptException( string message ) | |
Parameters
- message
The message to display when the exception is thrown.
| ActiveReports3 | Request technical support |
| ReportScriptException Constructor(String) | |
| See Also | |
|
The message to display when the exception is thrown.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal message As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ReportScriptException( string message ) | |
The message to display when the exception is thrown.