6 references to UnhandledExceptionEventHandler
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (6)
120
Private _unhandledExceptionHandlers As List(Of
UnhandledExceptionEventHandler
)
374
Public Custom Event UnhandledException As
UnhandledExceptionEventHandler
381
AddHandler(value As
UnhandledExceptionEventHandler
)
383
_unhandledExceptionHandlers = New List(Of
UnhandledExceptionEventHandler
)
395
RemoveHandler(value As
UnhandledExceptionEventHandler
)
414
For Each handler As
UnhandledExceptionEventHandler
In _unhandledExceptionHandlers