3 writes to _exception
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
3585
entry.
_exception
= ex;
4734
entry.
_exception
= ex;
6210
current.
_exception
= t.GetBaseException();
6 references to _exception
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
5052
return entry.
_exception
is not null ? throw entry.
_exception
: entry._retVal;
6222
&& current.
_exception
is not null
6225
Application.OnThreadException(current.
_exception
);
6536
if (tme.
_exception
is not null)
6538
ExceptionDispatchInfo.Throw(tme.
_exception
);