C# 클래스 EncryptionAlgorithms.FractionException

Exception class for Fraction, derived from System.Exception
상속: System.Exception
파일 보기 프로젝트 열기: Omar-Salem/Classical-Encryption-Techniques

공개 메소드들

메소드 설명
FractionException ( ) : System
FractionException ( string Message ) : System
FractionException ( string Message, Exception InnerException ) : System

메소드 상세

FractionException() 공개 메소드

public FractionException ( ) : System
리턴 System

FractionException() 공개 메소드

public FractionException ( string Message ) : System
Message string
리턴 System

FractionException() 공개 메소드

public FractionException ( string Message, Exception InnerException ) : System
Message string
InnerException System.Exception
리턴 System