Table of Contents

Class InvalidArgumentCountException

Namespace
StepLang.Interpreting
Assembly
StepLang.dll
public class InvalidArgumentCountException : InterpreterException, ISerializable
Inheritance
InvalidArgumentCountException
Implements
Inherited Members

Constructors

InvalidArgumentCountException(TokenLocation, int, int, int?)

public InvalidArgumentCountException(TokenLocation location, int required, int got, int? allowed = null)

Parameters

location TokenLocation
required int
got int
allowed int?