Skip to main content
.NET 6.0+

HandleExceptionEventArgs.Exception Property

Specifies an exception triggered while a WinWindow is being closed.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object representing an exception triggered while a Window is being closed.

See Also