[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportException

ReportException Class

This exception or one of its descendent classes is thrown when an error occurs while running the report.

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

Constructors

Name Description
ReportException()

Initializes a new instance of the ReportException class.

ReportException(SerializationInfo, StreamingContext)

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

ReportException(string)

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

ReportException(string, Exception)

Initializes a new instance of the ReportException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

Name Description
ErrorCode

Error code for future detail processing.

ErrorData

Error data, depends on error code.

Extension Methods