1 instantiation of ThreadExceptionEventArgs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
3240
threadExceptionHandler(Thread.CurrentThread, new
ThreadExceptionEventArgs
(t));
2 references to ThreadExceptionEventArgs
System (2)
compmod\system\threading\ThreadExceptionEvent.cs (1)
26
/// Initializes a new instance of the <see cref='System.Threading.
ThreadExceptionEventArgs
'/> class.
compmod\system\threading\ThreadExceptionEventHandler.cs (1)
19
public delegate void ThreadExceptionEventHandler(object sender,
ThreadExceptionEventArgs
e);