6 references to UnhandledExceptionEventHandler
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (6)
116Private _unhandledExceptionHandlers As List(Of UnhandledExceptionEventHandler) 367Public Custom Event UnhandledException As UnhandledExceptionEventHandler 374AddHandler(value As UnhandledExceptionEventHandler) 376_unhandledExceptionHandlers = New List(Of UnhandledExceptionEventHandler) 388RemoveHandler(value As UnhandledExceptionEventHandler) 407For Each handler As UnhandledExceptionEventHandler In _unhandledExceptionHandlers