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