Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ExceptionEventCreatedEventArgs.ExceptionEvent Property

Specifies the exceptional Event occurrence that was created.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v21.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