6 instantiations of CommandException
GetDocument.Insider (6)
Commands\CommandBase.cs (1)
52throw new CommandException(Resources.QuietAndVerboseSpecified);
Commands\GetDocumentCommand.cs (2)
45throw new CommandException(Resources.FormatMissingOption(_fileListPath.LongName)); 50throw new CommandException(Resources.FormatMissingOption(_output.LongName));
Commands\ProjectCommandBase.cs (3)
36throw new CommandException(Resources.FormatMissingOption(AssemblyPath.LongName)); 41throw new CommandException(Resources.FormatMissingOption(ProjectName.LongName)); 46throw new CommandException(Resources.FormatMissingOption(ToolsDirectory.LongName));
1 reference to CommandException
GetDocument.Insider (1)
ProgramBase.cs (1)
56if (ex is CommandException || ex is CommandParsingException)