Skip to main content
A newer version of this page is available. .

ExceptionHandlerKind Enum

Lists the values indicating the handled exceptions.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v19.2.dll

Declaration

public enum ExceptionHandlerKind

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