C# Class ExpectBetter.ExpectationException

Inheritance: ApplicationException
Afficher le fichier Open project: benjamin-bader/ExpectBetter

Méthodes publiques

Méthode Description
ExpectationException ( string message ) : System

Creates an instance of the ExpectationException class with the given message.

ExpectationException ( string message, Exception innerException ) : System

Creates an instance of the ExpectationException class with the given message and innerException object.

Method Details

ExpectationException() public méthode

Creates an instance of the ExpectationException class with the given message.
public ExpectationException ( string message ) : System
message string
Résultat System

ExpectationException() public méthode

Creates an instance of the ExpectationException class with the given message and innerException object.
public ExpectationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System