2 references to ProjectCacheException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (2)
33
new(typeof(ProjectCache.ProjectCacheException), (msg, inner) => new ProjectCache.
ProjectCacheException
(msg, inner)),
36
new(typeof(Experimental.ProjectCache.ProjectCacheException), (msg, inner) => new ProjectCache.
ProjectCacheException
(msg, inner)),