ExceptionAction Enum
Specifies how to resolve exceptions while performing an action.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.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