C# Class WF.Compiler.CompilerLuaException

Inheritance: System.Exception
显示文件 Open project: WFoundation/WF.Compiler

Public Methods

Method Description
CompilerLuaException ( string message, int line, string error, string code, string before, string after ) : System

Method Details

CompilerLuaException() public method

public CompilerLuaException ( string message, int line, string error, string code, string before, string after ) : System
message string
line int
error string
code string
before string
after string
return System