2 writes to wroteException
System.Web.Services (2)
System\Web\Services\Protocols\WebServiceHandler.cs (2)
50
this.
wroteException
= false;
88
this.
wroteException
= protocol.WriteException(e, protocol.Response.OutputStream);
2 references to wroteException
System.Web.Services (2)
System\Web\Services\Protocols\WebServiceHandler.cs (2)
80
if (this.
wroteException
) return;
89
if (!this.
wroteException
)