3 instantiations of TestSourceException
vstest.console (3)
CommandLine\CommandLineOptions.cs (2)
266
throw new
TestSourceException
(CommandLineResources.CannotBeNullOrEmpty);
279
throw new
TestSourceException
(
Internal\FilePatternParser.cs (1)
66
throw new
TestSourceException
(
2 references to TestSourceException
vstest.console (2)
CommandLine\CommandLineOptions.cs (1)
277
catch (
TestSourceException
ex) when (source.StartsWith("-") || source.StartsWith("/"))
CommandLine\Executor.cs (1)
321
else if (ex is
TestSourceException
)