C# 클래스 Spontaneous.DataModel.FractionException

상속: System.Exception
파일 보기 프로젝트 열기: pashkov/Spontaneous

공개 메소드들

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

Constructs a FractionException

메소드 상세

FractionException() 공개 메소드

Constructs a FractionException
public FractionException ( string Message, Exception InnerException ) : System
Message string String associated with the error message
InnerException System.Exception Actual inner exception caught
리턴 System