Back to Devexpress

ExchangeExceptionEventArgs.OriginalException Property

corelibraries-devexpress-dot-xtrascheduler-dot-exchangeexceptioneventargs-036f61ec.md

latest1.3 KB
Original Source

ExchangeExceptionEventArgs.OriginalException Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public Exception OriginalException { get; }
vb
Public ReadOnly Property OriginalException As Exception

Property Value

TypeDescription
Exception

A Exception object representing the original exception thrown.

|

See Also

ExchangeExceptionEventArgs Class

ExchangeExceptionEventArgs Members

DevExpress.XtraScheduler Namespace