6 references to UnhandledExceptionEventHandler
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (6)
120
Private _unhandledExceptionHandlers As List(Of
UnhandledExceptionEventHandler
)
371
Public Custom Event UnhandledException As
UnhandledExceptionEventHandler
378
AddHandler(value As
UnhandledExceptionEventHandler
)
380
_unhandledExceptionHandlers = New List(Of
UnhandledExceptionEventHandler
)
391
RemoveHandler(value As
UnhandledExceptionEventHandler
)
410
For Each handler As
UnhandledExceptionEventHandler
In _unhandledExceptionHandlers