Skip to main content

IExceptionHandler.AnyExceptions Property

Indicates whether there are exceptions to handle.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool AnyExceptions { get; }

Property Value

Type Description
Boolean

true, if there are exceptions to handle; otherwise, false.

See Also