1 instantiation of CommandParsingException
dotnet (1)
Extensions\ParseResultExtensions.cs (1)
52throw new CommandParsingException(
5 references to CommandParsingException
dotnet (3)
Parser.cs (1)
273else if (exception is CommandParsingException)
Program.cs (2)
89var commandParsingException = e as CommandParsingException;
dotnet.Tests (2)
CommandTests\Tool\Search\ToolSearchParserTests.cs (1)
24a.Should().Throw<CommandParsingException>();
CommandTests\Workload\Search\GivenDotnetWorkloadSearch.cs (1)
49command.Should().Throw<CommandParsingException>();