3 instantiations of BaseImageNotFoundException
Microsoft.NET.Build.Containers (3)
Registry\Registry.cs (3)
348
throw new
BaseImageNotFoundException
(runtimeIdentifier, repositoryName, reference, ridManifestDict.Keys);
375
throw new
BaseImageNotFoundException
(runtimeIdentifier, repositoryName, reference, ridManifestDict.Keys);
392
if (manifest is null) throw new
BaseImageNotFoundException
(runtimeIdentifier, repositoryName, reference, rids);
1 reference to BaseImageNotFoundException
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.cs (1)
105
catch (
BaseImageNotFoundException
e)