3 references to HandleError
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
288return HandleError(error, ref dummy);
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
518return _listener.ChannelDispatcher.HandleError(e, ref faultInfo); 522return Channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);