3 references to CommandLineException
vstest.console (3)
Processors\CLIRunSettingsArgumentProcessor.cs (2)
113throw new CommandLineException(CommandLineResources.MalformedRunSettingsKey, exception); 117throw new CommandLineException(exception.Message, exception);
Processors\PortArgumentProcessor.cs (1)
182throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.DesignModeClientTimeoutError, _port), ex);