6 references to ThreadException
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (2)
387
AddHandler Application.
ThreadException
, AddressOf OnUnhandledExceptionEventAdaptor
398
RemoveHandler Application.
ThreadException
, AddressOf OnUnhandledExceptionEventAdaptor
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (1)
1227
/// Raises the <see cref="
ThreadException
"/> event.
System\Windows\Forms\Control.cs (2)
6487
/// This will usually be rerouted to the <see cref="Application.
ThreadException
"/>, but in certain
6495
/// It gets marshalled down to <see cref="Application.
ThreadException
"/>, which is an extreme
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
28
Application.
ThreadException
+= (s, e) =>