Поделиться через


InvalidTestFixtureException Конструкторы

Определение

Перегрузки

InvalidTestFixtureException()

public InvalidTestFixtureException();

Применяется к

InvalidTestFixtureException(String)

public InvalidTestFixtureException(string message);
new NUnit.Framework.Internal.InvalidTestFixtureException : string -> NUnit.Framework.Internal.InvalidTestFixtureException

Параметры

message
String

Применяется к

InvalidTestFixtureException(SerializationInfo, StreamingContext)

protected InvalidTestFixtureException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new NUnit.Framework.Internal.InvalidTestFixtureException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> NUnit.Framework.Internal.InvalidTestFixtureException

Параметры

Применяется к

InvalidTestFixtureException(String, Exception)

public InvalidTestFixtureException(string message, Exception inner);
new NUnit.Framework.Internal.InvalidTestFixtureException : string * Exception -> NUnit.Framework.Internal.InvalidTestFixtureException

Параметры

message
String
inner
Exception

Применяется к