2 instantiations of NotFastForwardUpdateException
Microsoft.DotNet.VersionTools (1)
Automation\GitHubApi\GitHubClient.cs (1)
411
throw new
NotFastForwardUpdateException
(
Microsoft.DotNet.VersionTools.Tests (1)
BuildManifest\BuildManifestClientTests.cs (1)
241
.ThrowsAsync(new
NotFastForwardUpdateException
("Testing non-fast-forward update."));
2 references to NotFastForwardUpdateException
Microsoft.DotNet.VersionTools (2)
Automation\GitHubVersionsRepoUpdater.cs (1)
150
catch (Exception ex) when (ex is HttpRequestException || ex is
NotFastForwardUpdateException
)
BuildManifest\BuildManifestClient.cs (1)
256
catch (
NotFastForwardUpdateException
e)