57 instantiations of SettingsException
Microsoft.VisualStudio.TestPlatform.Common (3)
RunSettings.cs (3)
115
throw new
SettingsException
(
160
throw new
SettingsException
(
242
() => throw new
SettingsException
(message, innerException),
Microsoft.VisualStudio.TestPlatform.ObjectModel (44)
DataCollector\DataCollectionRunSettings.cs (4)
141
throw new
SettingsException
(
165
throw new
SettingsException
(
199
throw new
SettingsException
(
218
throw new
SettingsException
(
DataCollector\DataCollectorSettings.cs (3)
164
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture, Resources.Resources.InvalidDataCollectorUriInSettings, reader.Value));
188
throw new
SettingsException
(
214
throw new
SettingsException
(
Logger\LoggerRunSettings.cs (2)
125
throw new
SettingsException
(
177
throw new
SettingsException
(
Logger\LoggerSettings.cs (4)
149
throw new
SettingsException
(
172
throw new
SettingsException
(
187
throw new
SettingsException
(
216
throw new
SettingsException
(
RunSettings\RunConfiguration.cs (25)
644
throw new
SettingsException
(
663
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
676
throw new
SettingsException
(
694
throw new
SettingsException
(
712
throw new
SettingsException
(
730
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
742
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
754
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
766
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
782
throw new
SettingsException
(
793
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
810
throw new
SettingsException
(
821
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
838
throw new
SettingsException
(
849
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
866
: throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
883
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
888
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
921
throw new
SettingsException
(
958
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
977
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
991
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1006
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1022
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1038
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
RunSettings\TestRunParameters.cs (1)
64
throw new
SettingsException
(
Utilities\XmlReaderUtilities.cs (1)
56
throw new
SettingsException
(Resources.Resources.InvalidRunSettingsRootNode);
Utilities\XmlRunSettingsUtilities.cs (4)
259
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture, "{0} {1}", Resources.CommonResources.MalformedRunSettingsFile, ex.Message), ex);
326
throw new
SettingsException
(
342
throw new
SettingsException
(
382
throw new
SettingsException
(
vstest.console (5)
Processors\CollectArgumentProcessor.cs (1)
110
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
Processors\EnableCodeCoverageArgumentProcessor.cs (1)
181
throw new
SettingsException
(
Processors\RunSettingsArgumentProcessor.cs (1)
129
throw new
SettingsException
(
TestPlatformHelpers\TestRequestManager.cs (2)
335
throw new
SettingsException
(
502
throw new
SettingsException
(
vstest.console.arm64 (5)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
110
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
src\vstest\src\vstest.console\Processors\EnableCodeCoverageArgumentProcessor.cs (1)
181
throw new
SettingsException
(
src\vstest\src\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
129
throw new
SettingsException
(
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
335
throw new
SettingsException
(
502
throw new
SettingsException
(
18 references to SettingsException
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (2)
438
catch (
SettingsException
se)
462
catch (
SettingsException
se)
Microsoft.VisualStudio.TestPlatform.Common (3)
RunSettings.cs (1)
154
catch (
SettingsException
)
Utilities\RunSettingsUtilities.cs (2)
106
catch (
SettingsException
ex)
146
catch (
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)
288
if (ex is CommandLineException or TestPlatformException or
SettingsException
)
396
if (ex is CommandLineException or TestPlatformException or
SettingsException
or InvalidOperationException)
Processors\CLIRunSettingsArgumentProcessor.cs (1)
103
catch (
SettingsException
exception)
Processors\EnableBlameArgumentProcessor.cs (1)
296
catch (
SettingsException
se)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
288
if (ex is CommandLineException or TestPlatformException or
SettingsException
)
396
if (ex is CommandLineException or TestPlatformException or
SettingsException
or InvalidOperationException)
src\vstest\src\vstest.console\Processors\CLIRunSettingsArgumentProcessor.cs (1)
103
catch (
SettingsException
exception)
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
296
catch (
SettingsException
se)