Back to Devexpress

ExceptionHandlerKind Enum

corelibraries-devexpress-dot-dataaccess-dot-wizard-9a1f6f21.md

latest932 B
Original Source

ExceptionHandlerKind Enum

Lists the values indicating the handled exceptions.

Namespace : DevExpress.DataAccess.Wizard

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum ExceptionHandlerKind
vb
Public Enum ExceptionHandlerKind

Members

NameDescription
Default

A default exception handler.

| | Connection |

An exception is related to a data connection.

| | Loading |

An exception occurred while loading a wizard.

|

See Also

DevExpress.DataAccess.Wizard Namespace