BackEnd\BuildManager\BuildManager.cs (12)
41using ExceptionHandling = Microsoft.Build.Shared.ExceptionHandling;
1404catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1511catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1522catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1658ExceptionHandling.DumpExceptionToFile(e);
1880catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1953return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.NotExpectedException(e) && e is not BuildAbortedException;
2557string exception = ExceptionHandling.ReadAnyExceptionFromFile(_instantiationTimeUtc);
2558loggingService?.LogError(buildEventContext, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, ExceptionHandling.DebugDumpPath, exception);
2567loggingService?.LogError(BuildEventContext.Invalid, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, ExceptionHandling.DebugDumpPath, shutdownPacket.Exception.ToString());
3068catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))