6 references to CommandException
GetDocument.Insider (6)
Commands\CommandBase.cs (1)
52
throw new
CommandException
(Resources.QuietAndVerboseSpecified);
Commands\GetDocumentCommand.cs (2)
45
throw new
CommandException
(Resources.FormatMissingOption(_fileListPath.LongName));
50
throw new
CommandException
(Resources.FormatMissingOption(_output.LongName));
Commands\ProjectCommandBase.cs (3)
36
throw new
CommandException
(Resources.FormatMissingOption(AssemblyPath.LongName));
41
throw new
CommandException
(Resources.FormatMissingOption(ProjectName.LongName));
46
throw new
CommandException
(Resources.FormatMissingOption(ToolsDirectory.LongName));