NUnit.Framework.Internal.InvalidDataSourceException
InvalidTestFixtureException is thrown when an appropriate test
fixture constructor using the provided arguments cannot be found.
namespace NUnit.Framework.Internal
{
public class InvalidDataSourceException : Exception
{
public InvalidDataSourceException();
public InvalidDataSourceException(string message);
public InvalidDataSourceException(string message, Exception inner);
protected InvalidDataSourceException(SerializationInfo info, StreamingContext context);
}
}