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