1 instantiation of UnableToDownloadFromRepositoryException
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
441throw new UnableToDownloadFromRepositoryException(repository);
4 references to UnableToDownloadFromRepositoryException
Microsoft.NET.Build.Containers (3)
ContainerBuilder.cs (2)
237catch (UnableToDownloadFromRepositoryException) 264catch (UnableToDownloadFromRepositoryException)
ImagePublisher.cs (1)
110catch (UnableToDownloadFromRepositoryException)
Microsoft.NET.Build.Containers.UnitTests (1)
RegistryTests.cs (1)
611await Assert.ThrowsAsync<UnableToDownloadFromRepositoryException>(async () =>