1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
413
_unhandledExceptionHandlers
= New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
412
If
_unhandledExceptionHandlers
Is Nothing Then
416
_unhandledExceptionHandlers
.Add(value)
420
If
_unhandledExceptionHandlers
.Count = 1 Then
426
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
427
_unhandledExceptionHandlers
.Count > 0 Then
428
_unhandledExceptionHandlers
.Remove(value)
431
If
_unhandledExceptionHandlers
.Count = 0 Then
438
If
_unhandledExceptionHandlers
IsNot Nothing Then
444
For Each handler As UnhandledExceptionEventHandler In
_unhandledExceptionHandlers
962
If
_unhandledExceptionHandlers
IsNot Nothing AndAlso
_unhandledExceptionHandlers
.Count > 0 Then