Skip to main content

CustomHandleExceptionEventArgs.Exception Property

Gets the exception that occurred.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A System.Exception object that specifies the exception that occurred.

See Also