33 references to ThrowInternalError
Microsoft.Build.Tasks.Core (33)
AssemblyDependency\Node\OutOfProcRarClient.cs (2)
89ErrorUtilities.ThrowInternalError($"Received unexpected log event type {logMessagePacket.Type}"); 96ErrorUtilities.ThrowInternalError($"Received unexpected packet type {packet.Type}");
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
117ErrorUtilities.ThrowInternalError($"Received unexpected packet type {packetType}");
AssemblyFolder.cs (1)
57ErrorUtilities.ThrowInternalError("AssemblyFolder.AddFoldersFromRegistryKey expected a known hive.");
CodeTaskFactory.cs (1)
861ErrorUtilities.ThrowInternalError("Cached assembly entry has no file path in out-of-process mode");
ErrorUtilities.cs (13)
48ThrowInternalError(message, args); 107ThrowInternalError("This type does not implement ToString() properly {0}", param.GetType().FullName!); 123ThrowInternalError("{0} unexpectedly null", parameterName); 137ThrowInternalError("Lock should already have been taken"); 154ThrowInternalError("{0} unexpectedly empty", parameterName); 164ThrowInternalError("{0} unexpectedly empty", parameterName); 178ThrowInternalError("{0} unexpectedly not a rooted path", value); 204ThrowInternalError(unformattedMessage, arg0); 215ThrowInternalError(unformattedMessage, arg0); 226ThrowInternalError(unformattedMessage, arg0, arg1); 237ThrowInternalError(unformattedMessage, arg0, arg1); 248ThrowInternalError(unformattedMessage, arg0, arg1, arg2); 259ThrowInternalError(unformattedMessage, arg0, arg1, arg2, arg3);
LogMessagePacketBase.cs (1)
771ErrorUtilities.ThrowInternalError("Not Supported LoggingEventType {0}", eventType.ToString());
MSBuild.cs (1)
165ErrorUtilities.ThrowInternalError("Unexpected case {0}", _skipNonExistentProjects);
NodePacketFactory.cs (3)
55ErrorUtilities.ThrowInternalError("No packet handler for type {0}", packetType); 70ErrorUtilities.ThrowInternalError("No packet handler for type {0}", packetType); 84ErrorUtilities.ThrowInternalError("No packet handler for type {0}", packet.Type);
PrintLineDebugger.cs (3)
83ErrorUtilities.ThrowInternalError("Cannot set a new writer over an old writer. Remove the old one first"); 105ErrorUtilities.ThrowInternalError("Cannot unset an already null writer"); 169ErrorUtilities.ThrowInternalError($"The writer from this {nameof(PrintLineDebugger)} instance differs from the static writer.");
ResolveComReference.cs (1)
1042ErrorUtilities.ThrowInternalError("Unknown wrapper type!");
ResourceUtilities.cs (5)
428ErrorUtilities.ThrowInternalError( 454ErrorUtilities.ThrowInternalError("The resource string \"" + resourceName + "\" was not found."); 462ErrorUtilities.ThrowInternalError(e.Message); 469ErrorUtilities.ThrowInternalError(e.Message); 476ErrorUtilities.ThrowInternalError(e.Message);
XamlTaskFactory\CommandLineGenerator.cs (1)
266ErrorUtilities.ThrowInternalError("InternalError");