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

Glossary Item Box

Initializes a new instance of the ReportDataException class.

Overload List

OverloadDescription
ReportDataException Constructor()Initializes a new instance of the ReportDataException class.  
ReportDataException Constructor(String)Initializes a new instance of the ReportDataException with the specified message.  
ReportDataException Constructor(String,Exception)Initializes a new instance of the ReportDataException class with a specified error message and a reference to the inner exception that is the cause of this exception.  

See Also