3 writes to Exception
System.Web.Services (3)
System\Web\Services\Protocols\ClientProtocol.cs (3)
618
this.
Exception
= e;
633
this.
Exception
= e;
645
this.
Exception
= e;
4 references to Exception
System.Web.Services (4)
System\Web\Services\Protocols\ClientProtocol.cs (4)
617
if (this.
Exception
== null)
632
if (this.
Exception
== null)
653
if (this.
Exception
!= null)
654
throw this.
Exception
;