3 writes to _exception
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
3787entry._exception = ex; 4972entry._exception = ex; 6459current._exception = t.GetBaseException();
6 references to _exception
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
5290return entry._exception is not null ? throw entry._exception : entry._retVal; 6471&& current._exception is not null 6474Application.OnThreadException(current._exception); 6785if (tme._exception is not null) 6787ExceptionDispatchInfo.Throw(tme._exception);