C# Class NUnit.Framework.IgnoreException

Inheritance: System.Exception
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Méthode Description
IgnoreException ( string message ) : System
IgnoreException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
IgnoreException ( System info, System context ) : System

Serialization Constructor

Method Details

IgnoreException() protected méthode

Serialization Constructor
protected IgnoreException ( System info, System context ) : System
info System
context System
Résultat System

IgnoreException() public méthode

public IgnoreException ( string message ) : System
message string
Résultat System

IgnoreException() public méthode

public IgnoreException ( string message, Exception inner ) : System
message string The error message that explains /// the reason for the exception
inner System.Exception The exception that caused the /// current exception
Résultat System