C# Class Testeroids.PrerequisiteFailureException

Inheritance: NUnit.Framework.AssertionException
Afficher le fichier Open project: Testeroids/Testeroids Class Usage Examples

Méthodes publiques

Méthode Description
PrerequisiteFailureException ( string message ) : System

Initializes a new instance of the PrerequisiteFailureException class.

Method Details

PrerequisiteFailureException() public méthode

Initializes a new instance of the PrerequisiteFailureException class.
public PrerequisiteFailureException ( string message ) : System
message string /// The error message that explains the reason for the exception. ///
Résultat System