ActiveReports 13
ReportDataException Constructor(String)

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

The message to display when the exception is thrown.

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

Parameters

message

The message to display when the exception is thrown.

See Also

Reference

ReportDataException Class
ReportDataException Members
Overload List