3 references to GenerateFaultString
System.Web.Services (3)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
117writer.WriteString(ServerProtocol.GenerateFaultString(soapException));
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
133writer.WriteString(ServerProtocol.GenerateFaultString(soapException));
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
816sw.WriteLine(GenerateFaultString(message.Exception));