C# Class EncryptionAlgorithms.MatrixClassException

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

Méthodes publiques

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

Method Details

MatrixClassException() public méthode

public MatrixClassException ( ) : System
Résultat System

MatrixClassException() public méthode

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

MatrixClassException() public méthode

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