28 references to HandleError
System.ServiceModel (28)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (25)
351thereIsAnUnhandledException = (!this.error.HandleError(e)) || thereIsAnUnhandledException; 389if (!this.error.HandleError(e)) 447if (!this.error.HandleError(e)) 488this.error.HandleError(e); 492this.error.HandleError(e); 508if (!this.error.HandleError(e)) 535this.error.HandleError(e); 539this.error.HandleError(e); 556if (!this.error.HandleError(e)) 591if (!this.error.HandleError(e)) 620this.error.HandleError(e); 654if (!this.error.HandleError(e)) 695if (!this.error.HandleError(e)) 806thereIsAnUnhandledException = (!this.error.HandleError(e)) || thereIsAnUnhandledException; 840this.error.HandleError(e); 1238this.error.HandleError(e); 1324this.error.HandleError(e); 1353this.error.HandleError(e); 1487this.error.HandleError(e); 1549this.error.HandleError(e); 1567this.error.HandleError(e); 1602this.error.HandleError(e); 1618this.error.HandleError(e); 1634this.error.HandleError(e); 1692this.error.HandleError(e);
System\ServiceModel\Dispatcher\InstanceBehavior.cs (3)
144error.HandleError(e); 157error.HandleError(e); 321this.immutableRuntime.ErrorBehavior.HandleError(e);