7 references to CommandException
dotnet-getdocument (7)
Commands\InvokeCommand.cs (3)
78throw new CommandException(Resources.FormatOldNETCoreAppProject( 133throw new CommandException(Resources.FormatNETStandardProject(projectName)); 136throw new CommandException(
ProjectOptions.cs (3)
36throw new CommandException(Resources.FormatMissingOption(AssemblyPath.LongName)); 41throw new CommandException(Resources.FormatMissingOption(ProjectName.LongName)); 46throw new CommandException(Resources.FormatMissingOption(TargetFramework.LongName));
src\Tools\GetDocumentInsider\src\Commands\CommandBase.cs (1)
52throw new CommandException(Resources.QuietAndVerboseSpecified);