17 references to CommandLineArgumentCombinationException
NuGet.Commands (17)
ClientCertificatesCommand\AddClientCertRunner.cs (1)
49
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
ClientCertificatesCommand\ClientCertArgsExtensions.cs (8)
70
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
83
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
96
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
113
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
123
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
130
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
140
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
147
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture,
TrustedSignersCommand\TrustedSignersCommandRunner.cs (8)
64
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture, Strings.Error_CouldNotAdd, Strings.Error_InvalidCombinationOfArguments));
69
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture, Strings.Error_NoSignatureTrustedForPackage, trustedSignersArgs.PackagePath));
77
throw new
CommandLineArgumentCombinationException
(Strings.Error_CannotTrustOwnersForAuthor);
158
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture, Strings.Error_CouldNotAdd, Strings.Error_InvalidCombinationOfArguments));
283
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture, Strings.Error_CouldNotList, Strings.Error_InvalidCombinationOfArguments));
304
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture, Strings.Error_CouldNotRemove, Strings.Error_InvalidCombinationOfArguments));
325
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture, Strings.Error_CouldNotSync, Strings.Error_InvalidCombinationOfArguments));
333
throw new
CommandLineArgumentCombinationException
(string.Format(CultureInfo.CurrentCulture, Strings.Error_PropertyCannotBeNullOrEmpty, nameof(name)));