2 references to HandleErrorContinuation
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
538
return
HandleErrorContinuation
(e, request, channel, ref faultInfo, replied);
1065
state.ChannelHandler.
HandleErrorContinuation
(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true);