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