C# Class Irony.Compiler.GrammarErrorException

Inheritance: System.Exception
Afficher le fichier Open project: Zepheus/Fiesta_Utils

Méthodes publiques

Méthode Description
GrammarErrorException ( string message ) : System
GrammarErrorException ( string message, Exception inner ) : System

Method Details

GrammarErrorException() public méthode

public GrammarErrorException ( string message ) : System
message string
Résultat System

GrammarErrorException() public méthode

public GrammarErrorException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System