Class InvalidIndexOperatorException
- Namespace
- StepLang.Expressions
- Assembly
- StepLang.dll
public class InvalidIndexOperatorException : ParserException, ISerializable
- Inheritance
-
InvalidIndexOperatorException
- Implements
- Inherited Members
Constructors
InvalidIndexOperatorException(TokenLocation, string, ResultType, string)
public InvalidIndexOperatorException(TokenLocation location, string index, ResultType resultType, string operation)
Parameters
location
TokenLocationindex
stringresultType
ResultTypeoperation
string