2 overrides of WriteFault
System.Web.Services (2)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
88
internal override void
WriteFault
(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) {
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
108
internal override void
WriteFault
(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) {
1 reference to WriteFault
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
792
helper.
WriteFault
(writer, message.Exception, statusCode);