C# Class Simple.Generator.InvalidArgumentCountException

Inheritance: ParserException
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
InvalidArgumentCountException ( ) : System
InvalidArgumentCountException ( string command, int expected, int actual ) : System

Méthodes protégées

Méthode Description
InvalidArgumentCountException ( System info, System context ) : System

Method Details

InvalidArgumentCountException() public méthode

public InvalidArgumentCountException ( ) : System
Résultat System

InvalidArgumentCountException() protected méthode

protected InvalidArgumentCountException ( System info, System context ) : System
info System
context System
Résultat System

InvalidArgumentCountException() public méthode

public InvalidArgumentCountException ( string command, int expected, int actual ) : System
command string
expected int
actual int
Résultat System