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