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

HandleExceptionEventArgs.Exception Property

Specifies an exception triggered while a WinWindow is being closed.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

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