10 references to IsCriticalException
MSBuild (10)
ExceptionHandling.cs (1)
129
if (aggregateException.InnerExceptions.Any(innerException =>
IsCriticalException
(innerException)))
NodeEndpointOutOfProcBase.cs (1)
473
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
OutOfProcTaskAppDomainWrapperBase.cs (6)
118
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
222
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)
945
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
RegisteredTaskObjectCacheBase.cs (1)
151
catch (Exception ex) when (!ExceptionHandling.
IsCriticalException
(ex))