1 instantiation of ToolCommandException
Aspire.Acquisition.Tests (1)
tests\Shared\TemplatesTesting\CommandResult.cs (1)
36
throw new
ToolCommandException
(message.ToString(), this);
2 references to ToolCommandException
Aspire.Acquisition.Tests (2)
Scripts\Common\RealGitHubPRFixture.cs (2)
102
catch (Exception ex) when (ex is
ToolCommandException
or JsonException or InvalidOperationException)
139
catch (Exception ex) when (ex is
ToolCommandException
or JsonException or InvalidOperationException)