C# Class ToyLanguage.Interpreter.Exceptions.InvalidNumberOfArgumentsException

Inheritance: Exception
Afficher le fichier Open project: PoorlyDefinedBehaviour/toy-language-csharp

Méthodes publiques

Méthode Description
InvalidNumberOfArgumentsException ( string functionName, double expected, int got ) : System

Method Details

InvalidNumberOfArgumentsException() public méthode

public InvalidNumberOfArgumentsException ( string functionName, double expected, int got ) : System
functionName string
expected double
got int
Résultat System