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

HandleExceptionEventArgs(Exception) Constructor

Initializes a new instance of the HandleExceptionEventArgs class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

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