2 references to SoapFaultSubCode
System.Web.Services (2)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
839return new SoapFaultSubCode(code, subcode);
System\Web\Services\Protocols\SoapFaultCodes.cs (1)
52public SoapFaultSubCode(XmlQualifiedName code) : this(code, null) {