C# Class NUnit.Framework.InconclusiveException

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

Méthodes publiques

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

Méthodes protégées

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

Serialization Constructor

Method Details

InconclusiveException() protected méthode

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

InconclusiveException() public méthode

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

InconclusiveException() public méthode

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