Skip to main content
.NET 6.0+

CustomHandleExceptionEventArgs.Exception Property

Gets the exception that occurred.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

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

See Also