ActiveReports Developer 7
ReportScriptException Constructor(String)
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > ReportScriptException Class > ReportScriptException Constructor : ReportScriptException Constructor(String)

message

The message to display when the exception is thrown.

Glossary Item Box

Initializes a new instance of the ReportScriptException with the specified message.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As System.String _
)
C# 
public ReportScriptException( 
   System.string message
)

Parameters

message

The message to display when the exception is thrown.

See Also