6 references to Exception
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1105yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1107foreach (var errorKind in new[] { ErrorKind.Exception, ErrorKind.LoggedError }) 1161if (errorKind == ErrorKind.Exception) 1198if (errorKind == ErrorKind.Exception) 1295if (errorKind == ErrorKind.Exception) 1357SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);