Class InvalidDataSourceException
InvalidTestFixtureException is thrown when an appropriate test fixture constructor using the provided arguments cannot be found.
public class InvalidDataSourceException : Exception, ISerializable
- Inheritance
-
InvalidDataSourceException
- Implements
- Inherited Members
Constructors
InvalidDataSourceException()
Initializes a new instance of the InvalidTestFixtureException class.
public InvalidDataSourceException()
InvalidDataSourceException(SerializationInfo, StreamingContext)
Serialization Constructor
protected InvalidDataSourceException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
InvalidDataSourceException(string)
Initializes a new instance of the InvalidTestFixtureException class.
public InvalidDataSourceException(string message)
Parameters
message
stringThe message.
InvalidDataSourceException(string, Exception)
Initializes a new instance of the InvalidTestFixtureException class.
public InvalidDataSourceException(string message, Exception inner)