4 instantiations of UnableToAccessRepositoryException
Microsoft.NET.Build.Containers (4)
AuthHandshakeMessageHandler.cs (1)
609throw new UnableToAccessRepositoryException(_registryName);
Registry\DefaultBlobOperations.cs (2)
38HttpStatusCode.Unauthorized or HttpStatusCode.Forbidden => throw new UnableToAccessRepositoryException(_registryName, repositoryName), 70HttpStatusCode.Unauthorized or HttpStatusCode.Forbidden => throw new UnableToAccessRepositoryException(_registryName, repositoryName),
Registry\DefaultManifestOperations.cs (1)
49HttpStatusCode.Unauthorized or HttpStatusCode.Forbidden => throw new UnableToAccessRepositoryException(_registryName, repositoryName),
2 references to UnableToAccessRepositoryException
Microsoft.NET.Build.Containers (2)
ImagePublisher.cs (1)
158catch (UnableToAccessRepositoryException)
Tasks\CreateNewImage.cs (1)
134catch (UnableToAccessRepositoryException)