Skip to main content
A newer version of this page is available. .

ExceptionAction Enum

Specifies how to resolve exceptions while performing an action.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.1.dll

Declaration

public enum ExceptionAction

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