[]
This exception or one of its descendent classes is thrown when an error occurs while running the report.
public class ReportException : ApplicationException, ISerializable
| 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. |
| Name | Description |
|---|---|
| ErrorCode | Error code for future detail processing. |
| ErrorData | Error data, depends on error code. |