C# 클래스 Grasp.Compilation.InvalidCalculationResultTypeException

Indiciates a calculation's result type is not assignable to its variable's output type
상속: System.Exception
파일 보기 프로젝트 열기: bwatts/Grasp

공개 메소드들

메소드 설명
InvalidCalculationResultTypeException ( Calculation calculation ) : System

Initializes an exception with the specified calculation

InvalidCalculationResultTypeException ( Calculation calculation, string message ) : System

Initializes an exception with the specified calculation and message

InvalidCalculationResultTypeException ( Calculation calculation, string message, Exception inner ) : System

Initializes an exception with the specified calculation, message, and inner exception

메소드 상세

InvalidCalculationResultTypeException() 공개 메소드

Initializes an exception with the specified calculation
public InvalidCalculationResultTypeException ( Calculation calculation ) : System
calculation Calculation
리턴 System

InvalidCalculationResultTypeException() 공개 메소드

Initializes an exception with the specified calculation and message
public InvalidCalculationResultTypeException ( Calculation calculation, string message ) : System
calculation Calculation
message string The message that describes the error
리턴 System

InvalidCalculationResultTypeException() 공개 메소드

Initializes an exception with the specified calculation, message, and inner exception
public InvalidCalculationResultTypeException ( Calculation calculation, string message, Exception inner ) : System
calculation Calculation
message string The message that describes the error
inner System.Exception The exception that is the cause of this exception
리턴 System