ExceptionMode Enum
Lists values that specify how an exception should be handled.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
Display
|
Displays a message box, with an error description specified by the Invalid |
Throw
|
Throws an exception specified by the Invalid |
No
|
Displays an error icon and allows an end-user to correct or reset an invalid value. |
Ignore
|
An exception is ignored. |
#Related API Members
The following properties accept/return ExceptionMode values:
#Remarks
The values listed by this enumeration are used to set the InvalidRowExceptionEventArgs.ExceptionMode property’s value.