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