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