C# Class Simple.Generator.UnrecognizedOptionsException

Inheritance: ParserException
Show file Open project: juanplopes/simple

Public Methods

Method Description
UnrecognizedOptionsException ( ) : System
UnrecognizedOptionsException ( string options ) : System

Protected Methods

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

Method Details

UnrecognizedOptionsException() public method

public UnrecognizedOptionsException ( ) : System
return System

UnrecognizedOptionsException() protected method

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

UnrecognizedOptionsException() public method

public UnrecognizedOptionsException ( string options ) : System
options string
return System