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