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