1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
380_unhandledExceptionHandlers = New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
379If _unhandledExceptionHandlers Is Nothing Then 383_unhandledExceptionHandlers.Add(value) 386If _unhandledExceptionHandlers.Count = 1 Then 392If _unhandledExceptionHandlers IsNot Nothing AndAlso 393_unhandledExceptionHandlers.Count > 0 Then 394_unhandledExceptionHandlers.Remove(value) 397If _unhandledExceptionHandlers.Count = 0 Then 404If _unhandledExceptionHandlers IsNot Nothing Then 410For Each handler As UnhandledExceptionEventHandler In _unhandledExceptionHandlers 964If _unhandledExceptionHandlers IsNot Nothing AndAlso _unhandledExceptionHandlers.Count > 0 Then