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