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