3 references to CommandLineException
vstest.console (3)
Processors\CLIRunSettingsArgumentProcessor.cs (2)
101
throw new
CommandLineException
(CommandLineResources.MalformedRunSettingsKey, exception);
105
throw new
CommandLineException
(exception.Message, exception);
Processors\PortArgumentProcessor.cs (1)
161
throw new
CommandLineException
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.DesignModeClientTimeoutError, _commandLineOptions.Port), ex);