1 instantiation of SoapHeaderException
System.Web.Services (1)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
787
return new
SoapHeaderException
(faultString, faultCode, faultActor, faultRole, lang, subcode, null);
2 references to SoapHeaderException
System.Web.Services (2)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
125
if (!(soapException is
SoapHeaderException
)) {
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
147
if (!(soapException is
SoapHeaderException
)) {