11 references to HandleFailure
System.Data.Services.Client (11)
System\Data\Services\Client\BaseAsyncResult.cs (1)
349if (this.HandleFailure(ex))
System\Data\Services\Client\DataServiceContext.cs (1)
4533return this.HandleFailure(e);
System\Data\Services\Client\GetReadStreamResult.cs (4)
68this.HandleFailure(e); 123this.HandleFailure(e); 159this.HandleFailure(failure); 197if (state.HandleFailure(e))
System\Data\Services\Client\QueryResult.cs (5)
184this.HandleFailure(e); 264this.HandleFailure(e); 388this.HandleFailure(ex); 599if (state.HandleFailure(e)) 703if (state.HandleFailure(e))