BackEnd\BuildManager\BuildManager.cs (11)
1330catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1437catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1448catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1584ExceptionHandling.DumpExceptionToFile(e);
1806catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
1879return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.NotExpectedException(e) && e is not BuildAbortedException;
2478string exception = ExceptionHandling.ReadAnyExceptionFromFile(_instantiationTimeUtc);
2479loggingService?.LogError(buildEventContext, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, ExceptionHandling.DebugDumpPath, exception);
2488loggingService?.LogError(BuildEventContext.Invalid, new BuildEventFileInfo(string.Empty) /* no project file */, "ChildExitedPrematurely", node, ExceptionHandling.DebugDumpPath, shutdownPacket.Exception.ToString());
2971catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))