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)
1466
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
3215
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))