Table of Contents

Class InvalidDataSourceException

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

InvalidDataSourceException(string)

Initializes a new instance of the InvalidTestFixtureException class.

public InvalidDataSourceException(string message)

Parameters

message string

The message.

InvalidDataSourceException(string, Exception)

Initializes a new instance of the InvalidTestFixtureException class.

public InvalidDataSourceException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner.