3 references to FaultDetail
System.Web.Services (3)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
131
writer.WriteStartElement(Soap.Element.
FaultDetail
, "");
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
760
else if (reader.LocalName == Soap.Element.
FaultDetail
|| reader.LocalName == Soap12.Element.FaultDetail) {
System\Web\Services\Protocols\SoapException.cs (1)
64
public static readonly XmlQualifiedName DetailElementName = new XmlQualifiedName(Soap.Element.
FaultDetail
, "");