C# Class Irony.Compiler.CompilerException

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

Méthodes publiques

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

Method Details

CompilerException() public méthode

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

CompilerException() public méthode

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