Class InvalidExpressionTypeException
- Namespace
- StepLang.Interpreting
- Assembly
- StepLang.dll
public class InvalidExpressionTypeException : InterpreterException, ISerializable
- Inheritance
-
InvalidExpressionTypeException
- Implements
- Inherited Members
Constructors
InvalidExpressionTypeException(TokenLocation, string, string)
public InvalidExpressionTypeException(TokenLocation location, string expected, string got)
Parameters
location
TokenLocationexpected
stringgot
string