100 references to IsCriticalException
Microsoft.Build (44)
BackEnd\BuildManager\BuildManager.cs (6)
1335ExceptionHandling.IsCriticalException(exception), 1689catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 1819if (ExceptionHandling.IsCriticalException(ex)) 2183catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 2256return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.NotExpectedException(e) && e is not BuildAbortedException; 3388catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
BackEnd\Client\MSBuildClient.cs (3)
264catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex) && ex is not PathTooLongException) 540catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex) && ex is not PathTooLongException) 794catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (5)
277if (ExceptionHandling.IsCriticalException(e)) 296if (ExceptionHandling.IsCriticalException(e)) 337catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 1472if (ExceptionHandling.IsCriticalException(e)) 1511catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
860catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 1538catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
862catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
BackEnd\Components\Logging\EventSourceSink.cs (3)
321if (ExceptionHandling.IsCriticalException(exception)) 413if (ExceptionHandling.IsCriticalException(exception)) 435if (ExceptionHandling.IsCriticalException(exception))
BackEnd\Components\Logging\LoggingService.cs (2)
1575catch (Exception e) when (!ExceptionHandling.IsCriticalException(e) && e is not LoggerException) 1915catch (Exception e) when (!ExceptionHandling.IsCriticalException(e) && e is not LoggerException)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
1035if (ExceptionHandling.IsCriticalException(e))
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
851if (ExceptionHandling.IsCriticalException(ex)) 903catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
846if (ExceptionHandling.IsCriticalException(ex) || Environment.GetEnvironmentVariable("MSBUILDDONOTCATCHTASKEXCEPTIONS") == "1") 937if (ExceptionHandling.IsCriticalException(taskException) || (Environment.GetEnvironmentVariable("MSBUILDDONOTCATCHTASKEXCEPTIONS") == "1"))
BackEnd\Components\Scheduler\Scheduler.cs (4)
2716catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 2885catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 2925catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 2952catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
BackEnd\Node\InProcNode.cs (1)
324catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
BackEnd\Node\OutOfProcNode.cs (1)
839catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
BackEnd\Node\ServerNamedMutex.cs (1)
47catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex) && ex is not PathTooLongException)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
875catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 1358catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
Construction\Solution\SolutionProjectGenerator.cs (1)
2255catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) // We don't want any problems scanning the project file to result in aborting the build.
Definition\Project.cs (1)
468catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
Instance\TaskRegistry.cs (2)
1354catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 1580catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
Logging\LoggerDescription.cs (1)
172when (!(e is LoggerException /* Polite logger Failure*/ || e is InternalLoggerException /* LoggerClass not found*/ || ExceptionHandling.IsCriticalException(e)))
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
530catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
parent\Shared\RegisteredTaskObjectCacheBase.cs (1)
150catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
111isCritical: ExceptionHandling.IsCriticalException(ex));
Microsoft.Build.Framework (6)
ExceptionHandling.cs (1)
48if (aggregateException.InnerExceptions.Any(innerException => IsCriticalException(innerException)))
Loader\LoadedType.cs (4)
129catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 146catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 157catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 169catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
Telemetry\TelemetryManager.cs (1)
108catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
Microsoft.Build.Tasks.Core (33)
AppConfig\BindingRedirect.cs (2)
64catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 78catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
AssemblyDependency\ReferenceTable.cs (1)
2944catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
AssemblyDependency\ResolveAssemblyReference.cs (1)
2893catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
ErrorFromResources.cs (1)
75catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
GenerateResource.cs (1)
2852catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
GetInstalledSDKLocations.cs (1)
160catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
GetReferenceAssemblyPaths.cs (1)
240if (ExceptionHandling.IsCriticalException(e))
GetSDKReferenceFiles.cs (6)
290catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 940catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 970catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 983catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 1105catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 1139catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
parent\Shared\NodePipeServer.cs (1)
151catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
111isCritical: ExceptionHandling.IsCriticalException(ex));
StateFileBase.cs (1)
152catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
WriteCodeFragment.cs (2)
576catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 604catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
XmlPeek.cs (4)
77catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 92catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 117catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 130catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
XmlPoke.cs (4)
87catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 109catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 123catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 150catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
XmlTaskUtility.cs (1)
54catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
XslTransformation.cs (5)
139catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 166catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 184catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 220catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 241catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
Microsoft.Build.Utilities.Core (5)
PlatformManifest.cs (1)
157catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
SDKManifest.cs (1)
358catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
111isCritical: ExceptionHandling.IsCriticalException(ex));
ToolLocationHelper.cs (2)
1472catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 3222catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
MSBuild (12)
OutOfProcTaskAppDomainWrapperBase.cs (5)
134catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 364catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 389catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 412catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 442catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
OutOfProcTaskHostNode.cs (2)
1467catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex)) 1683catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
530catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
parent\Shared\RegisteredTaskObjectCacheBase.cs (1)
150catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
111isCritical: ExceptionHandling.IsCriticalException(ex));
XMake.cs (2)
250isCritical: ExceptionHandling.IsCriticalException(ex)); 1385ExceptionHandling.IsCriticalException(exception),