C# Class NFluent.FluentCheckException

Inheritance: System.Exception
Afficher le fichier Open project: tpierrain/NFluent

Méthodes publiques

Méthode Description
FluentCheckException ( string message ) : System

Initializes a new instance of the FluentCheckException class.

Method Details

FluentCheckException() public méthode

Initializes a new instance of the FluentCheckException class.
public FluentCheckException ( string message ) : System
message string The message.
Résultat System