C# Class Axiom.Compiler.Framework.PrologCompilerError

Afficher le fichier Open project: ahodroj/prologdotnet

Méthodes publiques

Méthode Description
PrologCompilerError ( string errorCode, string errorText, string fileName, bool isWarning, int line, int column ) : System
ToString ( ) : string

Method Details

PrologCompilerError() public méthode

public PrologCompilerError ( string errorCode, string errorText, string fileName, bool isWarning, int line, int column ) : System
errorCode string
errorText string
fileName string
isWarning bool
line int
column int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string