Table of Contents

Class InvalidTestFixtureException

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

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 SerializationInfo
context StreamingContext

InvalidTestFixtureException(string)

Initializes a new instance of the InvalidTestFixtureException class.

public InvalidTestFixtureException(string message)

Parameters

message string

The message.

InvalidTestFixtureException(string, Exception)

Initializes a new instance of the InvalidTestFixtureException class.

public InvalidTestFixtureException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner.