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