25 references to HandleError
System.ServiceModel (25)
System\ServiceModel\Dispatcher\ChannelHandler.cs (14)
822this.HandleError(e1); 846this.HandleError(e2); 858this.HandleError(e3); 881this.HandleError(e4); 1113bool errorHandled = this.HandleError(exception); 1296this.HandleError(e); 1384state.ChannelHandler.HandleError(e); 1400state.ChannelHandler.HandleError(e); 1416state.ChannelHandler.HandleError(e); 1525if (!this.HandleError(ex)) 1610if (!this.HandleError(ex)) 1748this.HandleError(ex); 1754this.HandleError(ex); 1765if (!this.HandleError(ex))
System\ServiceModel\Dispatcher\MessageRpc.cs (9)
245this.channelHandler.HandleError(e); 327this.channelHandler.HandleError(e); 350callbackState.ChannelHandler.HandleError(e); 373callbackState.ChannelHandler.HandleError(e); 391this.channelHandler.HandleError(e); 410this.channelHandler.HandleError(e); 429this.channelHandler.HandleError(e); 525this.channelHandler.HandleError(e); 552this.channelHandler.HandleError(e);
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (2)
345this.channelHandler.HandleError(exception); 369callbackState.ChannelHandler.HandleError(e);