5 references to HandleError
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
377if (!channelDispatcher.HandleError(exception) && serviceChannel.HasSession) 389channelDispatcher.HandleError(ex);
System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (2)
42_dispatcher.HandleError(e); 48if ((_dispatcher == null) || !_dispatcher.HandleError(e))
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
354return ChannelDispatcher.HandleError(e);