C# Class Simple.Generator.InvalidCommandException

Inheritance: ParserException
Show file Open project: juanplopes/simple

Public Methods

Method Description
InvalidCommandException ( ) : System
InvalidCommandException ( string command ) : System

Protected Methods

Method Description
InvalidCommandException ( System info, System context ) : System

Method Details

InvalidCommandException() public method

public InvalidCommandException ( ) : System
return System

InvalidCommandException() protected method

protected InvalidCommandException ( System info, System context ) : System
info System
context System
return System

InvalidCommandException() public method

public InvalidCommandException ( string command ) : System
command string
return System