Back to Devexpress

ExceptionEventCreatedEventArgs.ExceptionEvent Property

expressappframework-devexpress-dot-expressapp-dot-scheduler-dot-exceptioneventcreatedeventargs-4b5aee74.md

latest1.3 KB
Original Source

ExceptionEventCreatedEventArgs.ExceptionEvent Property

Specifies the exceptional Event occurrence that was created.

Namespace : DevExpress.ExpressApp.Scheduler

Assembly : DevExpress.ExpressApp.Scheduler.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Scheduler

Declaration

csharp
public IEvent ExceptionEvent { get; }
vb
Public ReadOnly Property ExceptionEvent As IEvent

Property Value

TypeDescription
DevExpress.Persistent.Base.General.IEvent

An IEvent object which specifies the exceptional Event occurrence which was created.

|

See Also

ExceptionEventCreatedEventArgs Class

ExceptionEventCreatedEventArgs Members

DevExpress.ExpressApp.Scheduler Namespace