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