Skip to main content
A newer version of this page is available. .

ExchangeExceptionEventArgs.OriginalException Property

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public Exception OriginalException { get; }

Property Value

Type Description
Exception

A Exception object representing the original exception thrown.

See Also