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