C# Class NUnit.Framework.AssertionException

Inheritance: ResultStateException
Afficher le fichier Open project: nunit/nunit Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Serialization Constructor

Method Details

AssertionException() protected méthode

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

AssertionException() public méthode

public AssertionException ( string message ) : System
message string The error message that explains /// the reason for the exception
Résultat System

AssertionException() public méthode

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