C# Class Axiom.Scripting.Compiler.ScriptCompiler.CompileError

Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
CompileError ( CompileErrorCode code, string file, uint line, string msg ) : System

Method Details

CompileError() public method

public CompileError ( CompileErrorCode code, string file, uint line, string msg ) : System
code CompileErrorCode
file string
line uint
msg string
return System