HandleExceptionEventArgs(Exception) Constructor
Initializes a new instance of the HandleExceptionEventArgs class.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| exception | Exception | A Exception object, that is an exception triggered while a WinWindow is being closed. This parameter value is assigned to the CustomHandleExceptionEventArgs.Exception property. |
See Also