Skip to main content

ASPxSchedulerDataBaseUpdatedEventArgs.Exception Property

Gets the exception that was raised during the data operation.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

An Exception object, that represents the exception that was raised during the data operation.

Remarks

Use the Exception property to determine the exception that was raised during the data operation. If no exceptions were raised, this property returns null (Nothing in Visual Basic). If an exception was raised and you decide to handle the exception in the event handler, set the ASPxSchedulerDataBaseUpdatedEventArgs.ExceptionHandled property to true.

See Also