The following tables list the members exposed by ErrorEventArgs.
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
DataErrorInfo | If this error event was fired due to a data error, this will return the DataErrorInfo instance associated with it. Otherwise it will return null. | |
ErrorText | Gets or sets the error text. This is the text that will be displayed in the error dialog box. You can modify this property to change what is displayed in the error dialog box. To prevent the error dialog box from displaying, set the Cancel to true. | |
ErrorType | Indicates what type of error occurred that prompted this Error event to be fired. | |
MaskErrorInfo | If this error event was fired due to a mask error, this will return the MaskErrorInfo instance associated with it. Otherwise it will return null. | |
MultiCellOperationErrorInfo | This object contains information on the error that occurred during a multi-cell operation. |