OperationFailedEventArgs Properties
A base class for classes providing data for events that occur when corresponding operations with the report designer document failed.| Name | Description |
|---|---|
| ErrorMessage | Gets or sets an error description displayed within an error message box. |
| Exception | Gets an exception that raised the corresponding event. |
| Rethrow | Gets or sets a value that specifies whether to throw an exception on a failure. |
| ShowErrorMessage | Gets or sets a value that specifies whether to display an error message box. |
See Also