C# Class Simple.Generator.InvalidArgumentCountException

Inheritance: ParserException
Show file Open project: juanplopes/simple

Public Methods

Method Description
InvalidArgumentCountException ( ) : System
InvalidArgumentCountException ( string command, int expected, int actual ) : System

Protected Methods

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

Method Details

InvalidArgumentCountException() public method

public InvalidArgumentCountException ( ) : System
return System

InvalidArgumentCountException() protected method

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

InvalidArgumentCountException() public method

public InvalidArgumentCountException ( string command, int expected, int actual ) : System
command string
expected int
actual int
return System