56 instantiations of SettingsException
Microsoft.VisualStudio.TestPlatform.Common (3)
RunSettings.cs (3)
115throw new SettingsException( 160throw new SettingsException( 242() => throw new SettingsException(message, innerException),
Microsoft.VisualStudio.TestPlatform.ObjectModel (45)
DataCollector\DataCollectionRunSettings.cs (4)
141throw new SettingsException( 165throw new SettingsException( 199throw new SettingsException( 218throw new SettingsException(
DataCollector\DataCollectorSettings.cs (3)
164throw new SettingsException(string.Format(CultureInfo.CurrentCulture, Resources.Resources.InvalidDataCollectorUriInSettings, reader.Value)); 188throw new SettingsException( 214throw new SettingsException(
Logger\LoggerRunSettings.cs (2)
125throw new SettingsException( 177throw new SettingsException(
Logger\LoggerSettings.cs (4)
149throw new SettingsException( 172throw new SettingsException( 187throw new SettingsException( 216throw new SettingsException(
RunSettings\RunConfiguration.cs (26)
654throw new SettingsException( 673throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 686throw new SettingsException( 704throw new SettingsException( 722throw new SettingsException( 740throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 752throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 764throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 776throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 792throw new SettingsException( 803throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 820throw new SettingsException( 831throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 848throw new SettingsException( 859throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 876: throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 893throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 898throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 931throw new SettingsException( 968throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 987throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1001throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1016throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1032throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1048throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1067throw new SettingsException(string.Format(CultureInfo.CurrentCulture,
RunSettings\TestRunParameters.cs (1)
64throw new SettingsException(
Utilities\XmlReaderUtilities.cs (1)
56throw new SettingsException(Resources.Resources.InvalidRunSettingsRootNode);
Utilities\XmlRunSettingsUtilities.cs (4)
259throw new SettingsException(string.Format(CultureInfo.CurrentCulture, "{0} {1}", Resources.CommonResources.MalformedRunSettingsFile, ex.Message), ex); 326throw new SettingsException( 342throw new SettingsException( 382throw new SettingsException(
vstest.console (4)
Processors\CollectArgumentProcessor.cs (1)
116throw new SettingsException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
Processors\EnableCodeCoverageArgumentProcessor.cs (1)
192throw new SettingsException(
Processors\RunSettingsArgumentProcessor.cs (1)
141throw new SettingsException(
TestPlatformHelpers\TestRequestManager.cs (1)
357throw new SettingsException(
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
116throw new SettingsException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
src\vstest\src\vstest.console\Processors\EnableCodeCoverageArgumentProcessor.cs (1)
192throw new SettingsException(
src\vstest\src\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
141throw new SettingsException(
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
357throw new SettingsException(
18 references to SettingsException
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (2)
450catch (SettingsException se) 474catch (SettingsException se)
Microsoft.VisualStudio.TestPlatform.Common (3)
RunSettings.cs (1)
154catch (SettingsException)
Utilities\RunSettingsUtilities.cs (2)
106catch (SettingsException ex) 146catch (SettingsException se)
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
DataCollector\DataCollectionRunSettings.cs (2)
109/// <exception cref="SettingsException"> 190/// <exception cref="SettingsException">
DataCollector\DataCollectorSettings.cs (1)
142/// <exception cref="SettingsException">
Logger\LoggerRunSettings.cs (1)
68/// <exception cref="SettingsException">
RunSettings\TestRunParameters.cs (1)
23/// <exception cref="SettingsException"> Throws when format is incorrect. </exception>
vstest.console (4)
CommandLine\Executor.cs (2)
315if (ex is CommandLineException or TestPlatformException or SettingsException) 423if (ex is CommandLineException or TestPlatformException or SettingsException or InvalidOperationException)
Processors\CLIRunSettingsArgumentProcessor.cs (1)
115catch (SettingsException exception)
Processors\EnableBlameArgumentProcessor.cs (1)
298catch (SettingsException se)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
315if (ex is CommandLineException or TestPlatformException or SettingsException) 423if (ex is CommandLineException or TestPlatformException or SettingsException or InvalidOperationException)
src\vstest\src\vstest.console\Processors\CLIRunSettingsArgumentProcessor.cs (1)
115catch (SettingsException exception)
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
298catch (SettingsException se)