3 references to HandleError
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
307
return this.
HandleError
(error, ref dummy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
526
return _listener.ChannelDispatcher.
HandleError
(e, ref faultInfo);
530
return _channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.
HandleError
(e, ref faultInfo);