5 overrides of WriteException
System.Web.Services (5)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
338
internal override bool
WriteException
(Exception e, Stream outputStream) {
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
206
internal override bool
WriteException
(Exception e, Stream outputStream) {
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
219
internal override bool
WriteException
(Exception e, Stream outputStream) {
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
720
internal override bool
WriteException
(Exception e, Stream outputStream) {
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
188
internal override bool
WriteException
(Exception e, Stream outputStream) { return false; }