2 instantiations of HttpFailureResponseException
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
466
throw new
HttpFailureResponseException
(response.StatusCode, message, failureContent);
Automation\VstsApi\VstsAdapterClient.cs (1)
434
throw new
HttpFailureResponseException
(response.StatusCode, message, failureContent);
5 references to HttpFailureResponseException
Microsoft.DotNet.VersionTools (5)
Automation\GitHubApi\GitHubClient.cs (3)
89
catch (
HttpFailureResponseException
ex) when (ex.HttpStatusCode == HttpStatusCode.NotFound)
105
catch (
HttpFailureResponseException
ex) when (ex.HttpStatusCode == HttpStatusCode.NotFound)
407
catch (
HttpFailureResponseException
e) when (
Automation\VstsApi\VstsAdapterClient.cs (2)
84
catch (
HttpFailureResponseException
ex) when (ex.HttpStatusCode == HttpStatusCode.NotFound)
100
catch (
HttpFailureResponseException
ex) when (ex.HttpStatusCode == HttpStatusCode.NotFound)