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