7 references to HandleError
System.ServiceModel (7)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
828if (!channelDispatcher.HandleError(exception) && serviceChannel.HasSession) 840channelDispatcher.HandleError(ex);
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (2)
51this.dispatcher.HandleError(e); 57if ((this.dispatcher == null) || !this.dispatcher.HandleError(e))
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (2)
43this.dispatcher.HandleError(e); 49if ((this.dispatcher == null) || !this.dispatcher.HandleError(e))
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
696return this.channelDispatcher.HandleError(e);