2 writes to exception
System.Web.Services (2)
System\Web\Services\Protocols\WebServiceHandler.cs (2)
49
this.
exception
= null;
308
exception
= e;
2 references to exception
System.Web.Services (2)
System\Web\Services\Protocols\WebServiceHandler.cs (2)
333
if (
exception
!= null)
334
throw (
exception
);