5 references to SenderFaultCode
System.Web.Services (5)
System\Web\Services\Protocols\Soap12ServerProtocol.cs (4)
85throw new SoapException(Res.GetString(Res.UnableToHandleRequestActionRequired0), Soap12FaultCodes.SenderFaultCode); 95throw new SoapException(Res.GetString(Res.TheRequestElementXmlnsWasNotRecognized2, requestElement.Name, requestElement.Namespace), Soap12FaultCodes.SenderFaultCode); 101throw new SoapException(Res.GetString(Res.UnableToHandleRequestActionNotRecognized1, action), Soap12FaultCodes.SenderFaultCode); 185return Soap12FaultCodes.SenderFaultCode;
System\Web\Services\Protocols\SoapException.cs (1)
73return code == ClientFaultCode || code == Soap12FaultCodes.SenderFaultCode;