C# Class Simple.Generator.InvalidCommandException

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

Méthodes publiques

Méthode Description
InvalidCommandException ( ) : System
InvalidCommandException ( string command ) : System

Méthodes protégées

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

Method Details

InvalidCommandException() public méthode

public InvalidCommandException ( ) : System
Résultat System

InvalidCommandException() protected méthode

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

InvalidCommandException() public méthode

public InvalidCommandException ( string command ) : System
command string
Résultat System