6 references to Exception
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1090yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1092foreach (var errorKind in new[] { ErrorKind.Exception, ErrorKind.LoggedError }) 1146if (errorKind == ErrorKind.Exception) 1183if (errorKind == ErrorKind.Exception) 1280if (errorKind == ErrorKind.Exception) 1342SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);