<PackageReference Include="NUnit" Version="3.5.0" />

InvalidTestFixtureException

InvalidTestFixtureException is thrown when an appropriate test fixture constructor using the provided arguments cannot be found.

Initializes a new instance of the InvalidTestFixtureException class.

public InvalidTestFixtureException(string message)

Initializes a new instance of the InvalidTestFixtureException class.

public InvalidTestFixtureException(string message, Exception inner)

Initializes a new instance of the InvalidTestFixtureException class.

Serialization Constructor