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