3 references to Error_CouldNotAdd
NuGet.Commands (3)
TrustedSignersCommand\TrustedSignersCommandRunner.cs (3)
64
throw new CommandLineArgumentCombinationException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_CouldNotAdd
, Strings.Error_InvalidCombinationOfArguments));
124
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_CouldNotAdd
, Strings.Error_InvalidCombinationOfArguments));
158
throw new CommandLineArgumentCombinationException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_CouldNotAdd
, Strings.Error_InvalidCombinationOfArguments));