SuccessException Constructors

Definition

Overloads

SuccessException(String)
SuccessException(SerializationInfo, StreamingContext)

Serialization Constructor

SuccessException(String, Exception)

SuccessException(String)

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

Parameters

message
String

Applies to

SuccessException(SerializationInfo, StreamingContext)

Serialization Constructor

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

Parameters

Applies to

SuccessException(String, Exception)

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

Parameters

message
String

The error message that explains the reason for the exception

inner
Exception

The exception that caused the current exception

Applies to