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