UnhandledExceptionEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the My.Application.UnhandledException event.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public delegate void UnhandledExceptionEventHandler( Object^ sender, UnhandledExceptionEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
Microsoft.VisualBasic.ApplicationServices::UnhandledExceptionEventArgs^
A UnhandledExceptionEventArgs object that contains the event data.
In Visual Basic, you do not need to work with this delegate explicitly. For more information, see UnhandledException.
.NET Framework
Available since 2.0
Available since 2.0
Show: