3 references to ProjectCacheException
Microsoft.Build (3)
BackEnd\Components\ProjectCache\ProjectCacheException.cs (3)
62throw new ProjectCacheException(message, innerException, hasBeenLoggedByProjectCache: false, errorCode); 73throw new ProjectCacheException(message: message, innerException: null, hasBeenLoggedByProjectCache: true, errorCode: errorCode); 84throw new ProjectCacheException(message: message, innerException: null, hasBeenLoggedByProjectCache: false, errorCode: errorCode);