9 references to 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 (2)
Utilities\XmlRunSettingsUtilities.cs (2)
259
throw new
SettingsException
(string.Format(CultureInfo.CurrentCulture, "{0} {1}", Resources.CommonResources.MalformedRunSettingsFile, ex.Message), ex);
382
throw new
SettingsException
(
vstest.console (2)
Processors\EnableCodeCoverageArgumentProcessor.cs (1)
181
throw new
SettingsException
(
Processors\RunSettingsArgumentProcessor.cs (1)
129
throw new
SettingsException
(
vstest.console.arm64 (2)
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
(