6 references to UnhandledExceptionEventHandler
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (6)
116
Private _unhandledExceptionHandlers As List(Of
UnhandledExceptionEventHandler
)
367
Public Custom Event UnhandledException As
UnhandledExceptionEventHandler
374
AddHandler(value As
UnhandledExceptionEventHandler
)
376
_unhandledExceptionHandlers = New List(Of
UnhandledExceptionEventHandler
)
388
RemoveHandler(value As
UnhandledExceptionEventHandler
)
407
For Each handler As
UnhandledExceptionEventHandler
In _unhandledExceptionHandlers