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
TokenLocationrequired
intgot
intallowed
int?