Table of Contents

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 TokenLocation
index string
resultType ResultType
operation string