ASPxDataBaseUpdatedEventArgs.Exception Property
Gets the exception (if any) that was raised during the update operation.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Exception | A Exception object that represents the exception that was raised during the update operation. null (Nothing in Visual Basic) if no exceptions were raised. |
Remarks
If an exception was raised and you decide to handle it in the event handler, be sure to set the ASPxDataBaseUpdatedEventArgs.ExceptionHandled property to true
. Otherwise, the exception is passed to the next method on the call stack for handling.
See Also