ExceptionMode Enum
In This Article
Lists values that specify how to handle an exception.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Display
|
Displays an error message box with text specified by the Error |
Throw
|
Throws an exception. Use the Exception property to get this exception. |
No
|
Displays an error icon and does not allow users to focus other rows until values are corrected. |
Ignore
|
Ignores an exception. |
#Related API Members
The following properties accept/return ExceptionMode values:
See Also