SchedulerUnhandledExceptionEventArgs Class
Provides data for the ASPxScheduler.UnhandledException and AppointmentStorageBase.LoadException events.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Remarks
The ASPxScheduler.UnhandledException event occur when an unhandled exception is fired during a callback. You can prevent the exception from propagating outside the ASPxScheduler control by setting the SchedulerUnhandledExceptionEventArgs.Handled property to true.
The AppointmentStorageBase.LoadException event occurs when the Scheduler storage cannot load an appointment from an external data source.
An instance of the SchedulerUnhandledExceptionEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.