C# Class NUnit.Framework.SuccessException

Inheritance: ResultStateException
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

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

Méthodes protégées

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

Serialization Constructor

Method Details

SuccessException() protected méthode

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

SuccessException() public méthode

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

SuccessException() public méthode

public SuccessException ( 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