2 writes to threadExceptionHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
980
current.
threadExceptionHandler
= value;
986
current.
threadExceptionHandler
-= value;
3 references to threadExceptionHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
2576
return
threadExceptionHandler
!= null;
3239
if (
threadExceptionHandler
!= null) {
3240
threadExceptionHandler
(Thread.CurrentThread, new ThreadExceptionEventArgs(t));