2 writes to onewayInitException
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
307
onewayInitException
= null;
405
onewayInitException
= extensionException;
2 references to onewayInitException
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
476
Debug.Assert(isOneWay || (
onewayInitException
== null), "initException is meant to be used for oneWay methods only.");
477
return this.
onewayInitException
;