5 references to IsCriticalException
Microsoft.Build.Utilities.Core (5)
ExceptionHandling.cs (1)
128
if (aggregateException.InnerExceptions.Any(innerException =>
IsCriticalException
(innerException)))
PlatformManifest.cs (1)
156
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
SDKManifest.cs (1)
358
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
ToolLocationHelper.cs (2)
1471
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
3221
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))