C# Class Irony.Compiler.GrammarErrorException

Inheritance: System.Exception
Show file Open project: Zepheus/Fiesta_Utils

Public Methods

Method Description
GrammarErrorException ( string message ) : System
GrammarErrorException ( string message, Exception inner ) : System

Method Details

GrammarErrorException() public method

public GrammarErrorException ( string message ) : System
message string
return System

GrammarErrorException() public method

public GrammarErrorException ( string message, Exception inner ) : System
message string
inner System.Exception
return System