3 references to ProjectCacheException
Microsoft.Build (3)
BackEnd\Components\ProjectCache\Experimental\ProjectCacheException.cs (3)
63throw new ProjectCacheException(message, innerException, hasBeenLoggedByProjectCache: false, errorCode); 74throw new ProjectCacheException(message: message, innerException: null, hasBeenLoggedByProjectCache: true, errorCode: errorCode); 85throw new ProjectCacheException(message: message, innerException: null, hasBeenLoggedByProjectCache: false, errorCode: errorCode);