3 references to HandleError
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
496return this.HandleError(error, ref dummy);
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
780return listener.ChannelDispatcher.HandleError(e, ref faultInfo); 784return this.channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);