Skip to main content
.NET 6.0+

ExceptionEventCreatedEventArgs.ExceptionEvent Property

Specifies the exceptional Event occurrence that was created.

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

public IEvent ExceptionEvent { get; }

Property Value

Type Description
DevExpress.Persistent.Base.General.IEvent

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

See Also