Class IncompatibleVariableTypeException
- Namespace
- StepLang.Interpreting
- Assembly
- StepLang.dll
public class IncompatibleVariableTypeException : InterpreterException, ISerializable
- Inheritance
-
IncompatibleVariableTypeException
- Implements
- Inherited Members
Constructors
IncompatibleVariableTypeException(TokenLocation, Variable, ExpressionResult)
public IncompatibleVariableTypeException(TokenLocation location, Variable variable, ExpressionResult newValue)
Parameters
location
TokenLocationvariable
VariablenewValue
ExpressionResult