MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / ReportScriptException Class / ReportScriptException Constructor / ReportScriptException Constructor(String)

The message to display when the exception is thrown.


In This Topic
ReportScriptException Constructor(String)
In This Topic
Initializes a new instance of the ReportScriptException with the specified message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
 

Parameters

message

The message to display when the exception is thrown.

See Also