Back to Devexpress

SchedulerUnhandledExceptionEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dfa84c43.md

latest2.7 KB
Original Source

SchedulerUnhandledExceptionEventArgs Class

Provides data for the ASPxScheduler.UnhandledException and AppointmentStorageBase.LoadException events.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[ComVisible(true)]
public class SchedulerUnhandledExceptionEventArgs :
    EventArgs
vb
<ComVisible(True)>
Public Class SchedulerUnhandledExceptionEventArgs
    Inherits EventArgs

SchedulerUnhandledExceptionEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentStorageBase.LoadException
IAppointmentStorageBase.LoadException
ASP.NET Web Forms ControlsASPxScheduler.UnhandledException

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

SchedulerUnhandledExceptionEventArgs Members

DevExpress.XtraScheduler Namespace