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