Class InvalidReturnTypeException
- Namespace
- StepLang.Expressions
- Assembly
- StepLang.dll
public class InvalidReturnTypeException : InterpreterException, ISerializable
- Inheritance
-
InvalidReturnTypeException
- Implements
- Inherited Members
Constructors
InvalidReturnTypeException(TokenLocation, ResultType, IEnumerable<ResultType>)
public InvalidReturnTypeException(TokenLocation location, ResultType got, IEnumerable<ResultType> allowed)
Parameters
location
TokenLocationgot
ResultTypeallowed
IEnumerable<ResultType>