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