C# Class Axiom.Compiler.Framework.PrologCompilerError

Exibir arquivo Open project: ahodroj/prologdotnet

Public Methods

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

Method Details

PrologCompilerError() public method

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
return System

ToString() public method

public ToString ( ) : string
return string