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