5 references to IsCriticalException
Microsoft.Build.Utilities.Core (5)
ExceptionHandling.cs (1)
129
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)
1467
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
3216
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))