57 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 (44)
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 (25)
644throw new SettingsException( 663throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 676throw new SettingsException( 694throw new SettingsException( 712throw new SettingsException( 730throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 742throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 754throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 766throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 782throw new SettingsException( 793throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 810throw new SettingsException( 821throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 838throw new SettingsException( 849throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 866: throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 883throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 888throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 921throw new SettingsException( 958throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 977throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 991throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1006throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1022throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1038throw 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 (5)
Processors\CollectArgumentProcessor.cs (1)
110throw new SettingsException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
Processors\EnableCodeCoverageArgumentProcessor.cs (1)
181throw new SettingsException(
Processors\RunSettingsArgumentProcessor.cs (1)
129throw new SettingsException(
TestPlatformHelpers\TestRequestManager.cs (2)
335throw new SettingsException( 502throw new SettingsException(
vstest.console.arm64 (5)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
110throw new SettingsException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
src\vstest\src\vstest.console\Processors\EnableCodeCoverageArgumentProcessor.cs (1)
181throw new SettingsException(
src\vstest\src\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
129throw new SettingsException(
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
335throw new SettingsException( 502throw new SettingsException(
18 references to SettingsException
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (2)
438catch (SettingsException se) 462catch (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)
288if (ex is CommandLineException or TestPlatformException or SettingsException) 396if (ex is CommandLineException or TestPlatformException or SettingsException or InvalidOperationException)
Processors\CLIRunSettingsArgumentProcessor.cs (1)
103catch (SettingsException exception)
Processors\EnableBlameArgumentProcessor.cs (1)
296catch (SettingsException se)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
288if (ex is CommandLineException or TestPlatformException or SettingsException) 396if (ex is CommandLineException or TestPlatformException or SettingsException or InvalidOperationException)
src\vstest\src\vstest.console\Processors\CLIRunSettingsArgumentProcessor.cs (1)
103catch (SettingsException exception)
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
296catch (SettingsException se)