C# Class EncryptionAlgorithms.FractionException

Exception class for Fraction, derived from System.Exception
Inheritance: System.Exception
Afficher le fichier Open project: Omar-Salem/Classical-Encryption-Techniques

Méthodes publiques

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

Method Details

FractionException() public méthode

public FractionException ( ) : 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