8 references to ThrowInternalError
Microsoft.Build (8)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1397ErrorUtilities.ThrowInternalError(e.Message, e);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
258ErrorUtilities.ThrowInternalError("Cannot acquire required number of nodes.", new AggregateException(exceptions.ToArray()));
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
854ErrorUtilities.ThrowInternalError(ex.Message, ex);
BackEnd\Components\SdkResolution\SdkResolverManifest.cs (1)
132ErrorUtilities.ThrowInternalError("A regular expression parsing error occurred while parsing {0}.", ex, filePath);
BackEnd\Components\SdkResolution\SdkResolverService.cs (1)
217ErrorUtilities.ThrowInternalError("Timeout exceeded matching sdk \"{0}\" to <ResolvableSdkPattern> from sdk resolver manifest {1}.", ex, sdk.Name, manifest.DisplayName);
BackEnd\Node\InProcNode.cs (1)
189ErrorUtilities.ThrowInternalError(e.Message, e);
Definition\ProjectCollection.cs (1)
1751ErrorUtilities.ThrowInternalError("Throwing from logger shutdown", ex);
ErrorUtilities.cs (1)
192ThrowInternalError(unformattedMessage, null, null);