C# Класс Grasp.Compilation.InvalidCalculationResultTypeException

Indiciates a calculation's result type is not assignable to its variable's output type
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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