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