BackEnd\BuildManager\BuildManager.cs (12)
41using ExceptionHandling = Microsoft.Build.Shared.ExceptionHandling;
1367catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1474catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1485catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1621ExceptionHandling.DumpExceptionToFile(e);
1843catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1916return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.NotExpectedException(e) && e is not BuildAbortedException;
2520string exception = ExceptionHandling.ReadAnyExceptionFromFile(_instantiationTimeUtc);
2521loggingService?.LogError(buildEventContext, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, ExceptionHandling.DebugDumpPath, exception);
2530loggingService?.LogError(BuildEventContext.Invalid, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, ExceptionHandling.DebugDumpPath, shutdownPacket.Exception.ToString());
3032catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))