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