4 references to SubCode
System.Web.Services (4)
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
127WriteFaultCodeValue(writer, TranslateFaultCode(soapException.Code), soapException.SubCode);
System\Web\Services\Protocols\SoapException.cs (1)
287list["subCode"] = SubCode;
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
933if (soapException.SubCode != null && soapException.SubCode.Code == Soap12FaultCodes.UnsupportedMediaTypeFaultCode) {