1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
383_unhandledExceptionHandlers = New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
382If _unhandledExceptionHandlers Is Nothing Then 386_unhandledExceptionHandlers.Add(value) 390If _unhandledExceptionHandlers.Count = 1 Then 396If _unhandledExceptionHandlers IsNot Nothing AndAlso 397_unhandledExceptionHandlers.Count > 0 Then 398_unhandledExceptionHandlers.Remove(value) 401If _unhandledExceptionHandlers.Count = 0 Then 408If _unhandledExceptionHandlers IsNot Nothing Then 414For Each handler As UnhandledExceptionEventHandler In _unhandledExceptionHandlers 931If _unhandledExceptionHandlers IsNot Nothing AndAlso _unhandledExceptionHandlers.Count > 0 Then