1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
376_unhandledExceptionHandlers = New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
375If _unhandledExceptionHandlers Is Nothing Then 379_unhandledExceptionHandlers.Add(value) 383If _unhandledExceptionHandlers.Count = 1 Then 389If _unhandledExceptionHandlers IsNot Nothing AndAlso 390_unhandledExceptionHandlers.Count > 0 Then 391_unhandledExceptionHandlers.Remove(value) 394If _unhandledExceptionHandlers.Count = 0 Then 401If _unhandledExceptionHandlers IsNot Nothing Then 407For Each handler As UnhandledExceptionEventHandler In _unhandledExceptionHandlers 918If _unhandledExceptionHandlers IsNot Nothing AndAlso _unhandledExceptionHandlers.Count > 0 Then