6 instantiations of ShellShimException
dotnet (6)
ShellShim\ShellShimRepository.cs (6)
28throw new ShellShimException(CliStrings.CannotCreateShimForEmptyExecutablePath); 33throw new ShellShimException( 93throw new ShellShimException( 98throw new ShellShimException( 133throw new ShellShimException( 210throw new ShellShimException(
6 references to ShellShimException
dotnet (4)
Commands\Tool\Install\ToolInstallCommandLowLevelErrorConverter.cs (2)
20else if (ex is ShellShimException) 30|| ex is ShellShimException;
Commands\Tool\Uninstall\ToolUninstallCommandLowLevelErrorConverter.cs (2)
20else if (ex is ToolConfigurationException || ex is ShellShimException) 32|| ex is ShellShimException;
dotnet.Tests (2)
ShellShimTests\ShellShimRepositoryTests.cs (2)
166a.Should().Throw<ShellShimException>().Where( 412a.Should().Throw<ShellShimException>()