ActiveReports 13
ReportScriptException Constructor(String)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace > ReportScriptException Class > ReportScriptException Constructor : ReportScriptException Constructor(String)

The message to display when the exception is thrown.

Initializes a new instance of the ReportScriptException with the specified message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
public ReportScriptException( 
   string message
)

Parameters

message

The message to display when the exception is thrown.

See Also

Reference

ReportScriptException Class
ReportScriptException Members
Overload List