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