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

ASPxDataBaseUpdatedEventArgs.ExceptionHandled Property

Gets or sets whether an exception raised during the update operation was handled in the event handler.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool ExceptionHandled { get; set; }

Property Value

Type Description
Boolean

true if the exception was handled in the event handler; otherwise, false.

See Also