C# Class Rolcore.Math.FractionException

Inheritance: System.Exception
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

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

Méthodes protégées

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

Method Details

FractionException() public méthode

public FractionException ( ) : System
Résultat System

FractionException() protected méthode

protected FractionException ( System info, System context ) : System
info System
context System
Résultat System

FractionException() public méthode

public FractionException ( string Message ) : System
Message string
Résultat System

FractionException() public méthode

public FractionException ( string Message, Exception InnerException ) : System
Message string
InnerException System.Exception
Résultat System