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

CustomHandleExceptionEventArgs.OriginalException Property

Gets the original exception.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public Exception OriginalException { get; }

Property Value

Type Description
Exception

A System.Exception object that specifies the original exception.

See Also