Skip to main content
.NET 6.0+

HandleExceptionEventArgs(Exception) Constructor

Initializes a new instance of the HandleExceptionEventArgs class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public HandleExceptionEventArgs(
    Exception exception
)

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