[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportDataException

ReportDataException Class

This exception is thrown when an error occurs while connecting to the report's data source.

Inheritance
ReportDataException
Implements
Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class ReportDataException : ReportException, ISerializable

Constructors

Name Description
ReportDataException()

Initializes a new instance of the ReportDataException class.

ReportDataException(SerializationInfo, StreamingContext)

Initializes a new instance of the ReportDataException class with serialized data.

ReportDataException(string)

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

ReportDataException(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.

Extension Methods