C# 클래스 CatSAT.NonBoolean.UndefinedVariableException

Signifies that the program attempted to get the value of a Variable within a Solution in which is undefined.
상속: InvalidOperationException
파일 보기 프로젝트 열기: ianhorswill/CatSAT

공개 프로퍼티들

프로퍼티 타입 설명
Solution Solution
Variable Variable

공개 메소드들

메소드 설명
UndefinedVariableException ( Variable variable, Solution solution ) : System

Signal that the specified variable is not defined in this solution

메소드 상세

UndefinedVariableException() 공개 메소드

Signal that the specified variable is not defined in this solution
public UndefinedVariableException ( Variable variable, Solution solution ) : System
variable Variable
solution Solution
리턴 System

프로퍼티 상세

Solution 공개적으로 프로퍼티

The solution within which Variable was undefined
public Solution Solution
리턴 Solution

Variable 공개적으로 프로퍼티

The variable that was not defined in Solution
public Variable Variable
리턴 Variable