A newer version of this page is available.
Switch to the current version.
ExceptionAction Enum
Specifies how to resolve exceptions while performing an action.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v18.2.dll
Declaration
Members
Name | Description |
---|---|
CancelAction | Cancel the action that caused an exception. |
RetryAction | Retry the action that caused an exception. |
Remarks
This enumeration is intended for internal use.
See Also
Feedback