Edytuj

Udostępnij za pośrednictwem


IgnoreException Constructors

Definition

Overloads

IgnoreException(String)
IgnoreException(SerializationInfo, StreamingContext)

Serialization Constructor

IgnoreException(String, Exception)

IgnoreException(String)

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

Parameters

message
String

Applies to

IgnoreException(SerializationInfo, StreamingContext)

Serialization Constructor

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

Parameters

Applies to

IgnoreException(String, Exception)

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

Parameters

message
String

The error message that explains the reason for the exception

inner
Exception

The exception that caused the current exception

Applies to