17 instantiations of CommandException
NuGet.CommandLine.XPlat (4)
Commands\ConfigCommands\ConfigRunners.cs (2)
160throw new CommandException(string.Format(CultureInfo.CurrentCulture, Strings.Error_PathNotFound, directory)); 286throw new CommandException(string.Format(CultureInfo.CurrentCulture, Strings.Error_ConfigSetInvalidKey, configKey));
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (2)
164throw new CommandException(string.Format(CultureInfo.CurrentCulture, Strings.PrereleaseVersionsAvailable, latestVersion)); 167throw new CommandException(Messages.Error_NoVersionsAvailable(packageReferenceArgs.PackageId));
NuGet.Commands (13)
SourcesCommands\SourceRunners.cs (13)
42throw new CommandException(Strings.SourcesCommandAllNameIsReserved); 48throw new CommandException(Strings.SourcesCommandInvalidSource); 57throw new CommandException(Strings.SourcesCommandUniqueName); 63throw new CommandException(Strings.SourcesCommandUniqueSource); 197throw new CommandException(string.Format(CultureInfo.CurrentCulture, Strings.Source_InvalidFormatValue, args.Format)); 247throw new CommandException(Strings.SourcesCommandNoMatchingSourcesFound, args.Name); 267throw new CommandException(Strings.SourcesCommandNoMatchingSourcesFound, args.Name); 274throw new CommandException(Strings.SourcesCommandInvalidSource); 281throw new CommandException(Strings.SourcesCommandUniqueSource); 363throw new CommandException(Strings.SourcesCommandNoMatchingSourcesFound, name); 403throw new CommandException(Strings.SourcesCommandCredentialsRequired); 409throw new CommandException(Strings.SourcesCommandCredentialsRequiredWithAuthTypes); 427throw new CommandException(string.Format(Strings.SourcesCommandValidProtocolVersion, minSupportedProtocolVersion, maxSupportedProtocolVersion));
6 references to CommandException
NuGet.CommandLine.XPlat (6)
Commands\ConfigCommands\ConfigRunners.cs (6)
33catch (CommandException e) 61catch (CommandException e) 106catch (CommandException e) 128catch (CommandException e) 150/// <exception cref="CommandException"></exception> 271/// <exception cref="CommandException"></exception>