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

message

The message to display when the exception is thrown.

Glossary Item Box

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

Syntax

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

Parameters

message

The message to display when the exception is thrown.

See Also