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