6 references to Exception
Microsoft.Build.Engine.UnitTests (6)
ProjectCache\ProjectCacheTests.cs (6)
1106yield return new object[] { ErrorLocations.Constructor, ErrorKind.Exception }; 1108foreach (var errorKind in new[] { ErrorKind.Exception, ErrorKind.LoggedError }) 1162if (errorKind == ErrorKind.Exception) 1199if (errorKind == ErrorKind.Exception) 1296if (errorKind == ErrorKind.Exception) 1358SetEnvironmentForErrorLocations(ErrorLocations.EndBuildAsync, ErrorKind.Exception);