Back to Devexpress

ExceptionMode Enum

wpf-devexpress-dot-xpf-dot-grid-52777634.md

latest1.7 KB
Original Source

ExceptionMode Enum

Lists values that specify how to handle an exception.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum ExceptionMode
vb
Public Enum ExceptionMode

Members

NameDescription
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.

|

The following properties accept/return ExceptionMode values:

See Also

DevExpress.Xpf.Grid Namespace