C# Class Spontaneous.DataModel.FractionException

Inheritance: System.Exception
Afficher le fichier Open project: pashkov/Spontaneous

Méthodes publiques

Méthode Description
FractionException ( string Message, Exception InnerException ) : System

Constructs a FractionException

Method Details

FractionException() public méthode

Constructs a FractionException
public FractionException ( string Message, Exception InnerException ) : System
Message string String associated with the error message
InnerException System.Exception Actual inner exception caught
Résultat System