ExchangeExceptionEventArgs.OriginalException Property
Provides access to a .NET exception which originated this event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Exception | A Exception object representing the original exception thrown. |
See Also