Skip to main content

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.v24.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