1 instantiation of CommandUnknownException
dotnet (1)
CommandFactory\CommandFactoryUsingResolver.cs (1)
91throw new CommandUnknownException(commandName);
3 references to CommandUnknownException
dotnet (1)
Program.cs (1)
280catch (CommandUnknownException e)
dotnet.Tests (2)
CommandObjectTests.cs (2)
22a.Should().Throw<CommandUnknownException>(); 29a.Should().Throw<CommandUnknownException>();