wpf-devexpress-dot-xpf-dot-grid-52777634.md
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
public enum ExceptionMode
Public Enum ExceptionMode
| 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.
|
The following properties accept/return ExceptionMode values:
See Also