10 references to IsCriticalException
MSBuild (10)
ExceptionHandling.cs (1)
128
if (aggregateException.InnerExceptions.Any(innerException =>
IsCriticalException
(innerException)))
NodeEndpointOutOfProcBase.cs (1)
474
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)
955
catch (Exception e) when (!ExceptionHandling.
IsCriticalException
(e))
RegisteredTaskObjectCacheBase.cs (1)
151
catch (Exception ex) when (!ExceptionHandling.
IsCriticalException
(ex))