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