6 references to UnhandledExceptionEventHandler
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (6)
120
Private _unhandledExceptionHandlers As List(Of
UnhandledExceptionEventHandler
)
404
Public Custom Event UnhandledException As
UnhandledExceptionEventHandler
411
AddHandler(value As
UnhandledExceptionEventHandler
)
413
_unhandledExceptionHandlers = New List(Of
UnhandledExceptionEventHandler
)
425
RemoveHandler(value As
UnhandledExceptionEventHandler
)
444
For Each handler As
UnhandledExceptionEventHandler
In _unhandledExceptionHandlers