6 references to Exception
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1088yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1090foreach (var errorKind in new[] { ErrorKind.Exception, ErrorKind.LoggedError }) 1144if (errorKind == ErrorKind.Exception) 1181if (errorKind == ErrorKind.Exception) 1278if (errorKind == ErrorKind.Exception) 1340SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);