Skip to main content
.NET 6.0+

CustomHandleExceptionEventArgs Constructors

Provides data for the WinApplication.CustomHandleException event.
Name Parameters Description
CustomHandleExceptionEventArgs(Exception, Exception) e, originalException Initializes a new instance of the CustomHandleExceptionEventArgs class with specified settings.
CustomHandleExceptionEventArgs(Exception) e Initializes a new instance of the CustomHandleExceptionEventArgs class.
See Also