C# Class ToyLanguage.Interpreter.Exceptions.InvalidNumberOfArgumentsException

Inheritance: Exception
Show file Open project: PoorlyDefinedBehaviour/toy-language-csharp

Public Methods

Method Description
InvalidNumberOfArgumentsException ( string functionName, double expected, int got ) : System

Method Details

InvalidNumberOfArgumentsException() public method

public InvalidNumberOfArgumentsException ( string functionName, double expected, int got ) : System
functionName string
expected double
got int
return System