Skip to main content

ExceptionMode Enum

Lists values that specify how to handle an exception.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum ExceptionMode

Members

Name Description
DisplayError

Displays an error message box with text specified by the ErrorText property. Use the WindowCaption property to specify the message box’s caption.

ThrowException

Throws an exception. Use the Exception property to get this exception.

NoAction

Displays an error icon and does not allow users to focus other rows until values are corrected.

Ignore

Ignores an exception and raises RowCanceled.

Related API Members

The following properties accept/return ExceptionMode values:

See Also