19 references to HandleError
System.ServiceModel.Primitives (19)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (18)
175thereIsAnUnhandledException = (!_error.HandleError(e)) || thereIsAnUnhandledException; 198_error.HandleError(e); 202_error.HandleError(e); 211if (!_error.HandleError(e)) 238_error.HandleError(e); 242_error.HandleError(e); 251if (!_error.HandleError(e)) 295_error.HandleError(e); 386thereIsAnUnhandledException = !_error.HandleError(e); 420_error.HandleError(e); 658_error.HandleError(e); 717_error.HandleError(e); 796_error.HandleError(e); 840_error.HandleError(e); 858_error.HandleError(e); 892_error.HandleError(e); 908_error.HandleError(e); 924_error.HandleError(e);
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
40error.HandleError(e);