4 instantiations of UnableToAccessRepositoryException
Microsoft.NET.Build.Containers (4)
AuthHandshakeMessageHandler.cs (1)
413
throw new
UnableToAccessRepositoryException
(_registryName);
Registry\DefaultBlobOperations.cs (2)
39
HttpStatusCode.Unauthorized or HttpStatusCode.Forbidden => throw new
UnableToAccessRepositoryException
(_registryName, repositoryName),
71
HttpStatusCode.Unauthorized or HttpStatusCode.Forbidden => throw new
UnableToAccessRepositoryException
(_registryName, repositoryName),
Registry\DefaultManifestOperations.cs (1)
36
HttpStatusCode.Unauthorized or HttpStatusCode.Forbidden => throw new
UnableToAccessRepositoryException
(_registryName, repositoryName),
3 references to UnableToAccessRepositoryException
Microsoft.NET.Build.Containers (3)
ContainerBuilder.cs (1)
86
catch (
UnableToAccessRepositoryException
)
ImagePublisher.cs (1)
152
catch (
UnableToAccessRepositoryException
)
Tasks\CreateNewImage.cs (1)
94
catch (
UnableToAccessRepositoryException
)