Skip to main content
.NET 6.0+

CustomHandleExceptionEventArgs(Exception, Exception) Constructor

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

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public CustomHandleExceptionEventArgs(
    Exception e,
    Exception originalException
)

Parameters

Name Type
e Exception
originalException Exception
See Also