3 writes to _exception
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
3511entry._exception = ex; 4660entry._exception = ex; 6096current._exception = t.GetBaseException();
6 references to _exception
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
4938return entry._exception is not null ? throw entry._exception : entry._retVal; 6108&& current._exception is not null 6111Application.OnThreadException(current._exception); 6422if (tme._exception is not null) 6424ExceptionDispatchInfo.Throw(tme._exception);