7 instantiations of CommandException
dotnet-getdocument (7)
Commands\InvokeCommand.cs (3)
78
throw new
CommandException
(Resources.FormatOldNETCoreAppProject(
133
throw new
CommandException
(Resources.FormatNETStandardProject(projectName));
136
throw new
CommandException
(
ProjectOptions.cs (3)
36
throw new
CommandException
(Resources.FormatMissingOption(AssemblyPath.LongName));
41
throw new
CommandException
(Resources.FormatMissingOption(ProjectName.LongName));
46
throw new
CommandException
(Resources.FormatMissingOption(TargetFramework.LongName));
src\Tools\GetDocumentInsider\src\Commands\CommandBase.cs (1)
52
throw new
CommandException
(Resources.QuietAndVerboseSpecified);
1 reference to CommandException
dotnet-getdocument (1)
src\Tools\GetDocumentInsider\src\ProgramBase.cs (1)
56
if (ex is
CommandException
|| ex is CommandParsingException)