13 instantiations of ToolConfigurationException
dotnet (13)
ShellShim\ShellShimRepository.cs (1)
84
throw new
ToolConfigurationException
(
ToolPackage\ToolConfiguration.cs (4)
20
throw new
ToolConfigurationException
(CliStrings.ToolSettingsMissingCommandName);
25
throw new
ToolConfigurationException
(
46
throw new
ToolConfigurationException
(
58
throw new
ToolConfigurationException
(
ToolPackage\ToolConfigurationDeserializer.cs (5)
59
throw new
ToolConfigurationException
(
67
throw new
ToolConfigurationException
(
78
throw new
ToolConfigurationException
(CliStrings.ToolSettingsMoreThanOneCommand);
84
throw new
ToolConfigurationException
(
97
throw new
ToolConfigurationException
(
ToolPackage\ToolPackageInstance.cs (3)
111
throw new
ToolConfigurationException
(
220
throw new
ToolConfigurationException
(
236
throw new
ToolConfigurationException
(
5 references to ToolConfigurationException
dotnet (5)
Commands\Tool\Install\ToolInstallCommandLowLevelErrorConverter.cs (2)
15
if (ex is
ToolConfigurationException
)
29
return ex is
ToolConfigurationException
Commands\Tool\List\ToolListGlobalOrToolPathCommand.cs (1)
87
catch (Exception ex) when (ex is
ToolConfigurationException
)
Commands\Tool\Uninstall\ToolUninstallCommandLowLevelErrorConverter.cs (2)
20
else if (ex is
ToolConfigurationException
|| ex is ShellShimException)
31
|| ex is
ToolConfigurationException