Skip to main content
.NET Framework 4.6.2+

CustomHandleExceptionEventArgs(Exception, Exception) Constructor

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

Namespace: DevExpress.ExpressApp.Win

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

Declaration

public CustomHandleExceptionEventArgs(
    Exception e,
    Exception originalException
)

Parameters

Name Type
e Exception
originalException Exception
See Also