NUnit.Framework.Internal.InvalidDataSourceException
InvalidDataSourceException 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);
}
}