ActiveReports 12
ReportException Constructor(String)

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

The message to display when the exception is thrown.

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

Parameters

message

The message to display when the exception is thrown.

See Also

Reference

ReportException Class
ReportException Members
Overload List