Skip to main content

CustomHandleExceptionEventArgs(Exception, Exception) Constructor

Initializes a new instance of the CustomHandleExceptionEventArgs class with specified settings.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public CustomHandleExceptionEventArgs(
    Exception e,
    Exception originalException
)

Parameters

Name Type
e Exception
originalException Exception
See Also