C# 클래스 WF.Compiler.CompilerLuaException

상속: System.Exception
파일 보기 프로젝트 열기: WFoundation/WF.Compiler

공개 메소드들

메소드 설명
CompilerLuaException ( string message, int line, string error, string code, string before, string after ) : System

메소드 상세

CompilerLuaException() 공개 메소드

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
리턴 System