9 references to IsCriticalException
MSBuild (9)
ExceptionHandling.cs (1)
129
if (aggregateException.InnerExceptions.Any(innerException =>
IsCriticalException
(innerException)))
NodeEndpointOutOfProcBase.cs (1)
472
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
OutOfProcTaskAppDomainWrapperBase.cs (5)
118
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
306
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
331
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
353
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
370
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
OutOfProcTaskHostNode.cs (1)
946
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
RegisteredTaskObjectCacheBase.cs (1)
151
catch (Exception ex) when (!ExceptionHandling.
IsCriticalException
(ex))