ExceptionHandlerKind Enum
Lists the values indicating the handled exceptions.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
Default
|
A default exception handler. |
Connection
|
An exception is related to a data connection. |
Loading
|
An exception occurred while loading a wizard. |
See Also