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