Skip to main content

ExchangeExceptionEventArgs.OriginalException Property

Provides access to a .NET exception which originated this event.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public Exception OriginalException { get; }

Property Value

Type Description
Exception

A Exception object representing the original exception thrown.

See Also