C# Class EncryptionAlgorithms.MatrixClassException

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

Public Methods

Method Description
MatrixClassException ( ) : System
MatrixClassException ( string Message ) : System
MatrixClassException ( string Message, Exception InnerException ) : System

Method Details

MatrixClassException() public method

public MatrixClassException ( ) : System
return System

MatrixClassException() public method

public MatrixClassException ( string Message ) : System
Message string
return System

MatrixClassException() public method

public MatrixClassException ( string Message, Exception InnerException ) : System
Message string
InnerException System.Exception
return System