56 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 (45)
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 (26)
654
throw new
SettingsException
(
673
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
686
throw new
SettingsException
(
704
throw new
SettingsException
(
722
throw new
SettingsException
(
740
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
752
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
764
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
776
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
792
throw new
SettingsException
(
803
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
820
throw new
SettingsException
(
831
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
848
throw new
SettingsException
(
859
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
876
: throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
893
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
898
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
931
throw new
SettingsException
(
968
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
987
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1001
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1016
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1032
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1048
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture,
1067
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 (4)
Processors\CollectArgumentProcessor.cs (1)
116
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
Processors\EnableCodeCoverageArgumentProcessor.cs (1)
192
throw new
SettingsException
(
Processors\RunSettingsArgumentProcessor.cs (1)
141
throw new
SettingsException
(
TestPlatformHelpers\TestRequestManager.cs (1)
357
throw new
SettingsException
(
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
116
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
src\vstest\src\vstest.console\Processors\EnableCodeCoverageArgumentProcessor.cs (1)
192
throw new
SettingsException
(
src\vstest\src\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
141
throw new
SettingsException
(
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
357
throw new
SettingsException
(
18 references to SettingsException
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (2)
450
catch (
SettingsException
se)
474
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)
315
if (ex is CommandLineException or TestPlatformException or
SettingsException
)
423
if (ex is CommandLineException or TestPlatformException or
SettingsException
or InvalidOperationException)
Processors\CLIRunSettingsArgumentProcessor.cs (1)
115
catch (
SettingsException
exception)
Processors\EnableBlameArgumentProcessor.cs (1)
298
catch (
SettingsException
se)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
315
if (ex is CommandLineException or TestPlatformException or
SettingsException
)
423
if (ex is CommandLineException or TestPlatformException or
SettingsException
or InvalidOperationException)
src\vstest\src\vstest.console\Processors\CLIRunSettingsArgumentProcessor.cs (1)
115
catch (
SettingsException
exception)
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
298
catch (
SettingsException
se)