4 writes to exception
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
4436entry.exception = ex; 5971entry.exception = ex; 7495current.exception = t.GetBaseException(); 20061this.exception = null;
6 references to exception
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
6224if (entry.exception != null) { 6225throw entry.exception; 7506current.exception != null && !current.synchronous) { 7507Application.OnThreadException(current.exception); 7845if (tme.exception != null) { 7846throw tme.exception;