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