3 writes to _exception
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
3606entry._exception = ex; 4755entry._exception = ex; 6233current._exception = t.GetBaseException();
6 references to _exception
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
5073return entry._exception is not null ? throw entry._exception : entry._retVal; 6245&& current._exception is not null 6248Application.OnThreadException(current._exception); 6559if (tme._exception is not null) 6561ExceptionDispatchInfo.Throw(tme._exception);