SchedulerUnhandledExceptionEventArgs Properties
Provides data for the ASPxScheduler.UnhandledException and AppointmentStorageBase.LoadException events.Name | Description |
---|---|
Exception | Gets the exception which is not handled by the Scheduler control. |
Handled | Gets or sets whether an event was handled. If it was handled, the exception is not propagated. |
See Also