Upravit

Sdílet prostřednictvím


NUnitException Constructors

Definition

Overloads

NUnitException()

public NUnitException();

Applies to

NUnitException(String)

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

Parameters

message
String

Applies to

NUnitException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

NUnitException(String, Exception)

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

Parameters

message
String
inner
Exception

Applies to