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

SchedulerUnhandledExceptionEventArgs Class

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[ComVisible(true)]
public class SchedulerUnhandledExceptionEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
SchedulerUnhandledExceptionEventArgs
See Also