C# 클래스 MineViewer.LuaException

An exception indicating there is a lua compile or run error.
상속: System.Exception
파일 보기 프로젝트 열기: dzamkov/MineViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LuaDesc string
Run bool

공개 메소드들

메소드 설명
Create ( string Description, bool Runtime ) : LuaException

Creates an exception based on a full error message given by lua.

메소드 상세

Create() 공개 정적인 메소드

Creates an exception based on a full error message given by lua.
public static Create ( string Description, bool Runtime ) : LuaException
Description string
Runtime bool
리턴 LuaException

프로퍼티 상세

LuaDesc 공개적으로 프로퍼티

Description of the error given by lua.
public string LuaDesc
리턴 string

Run 공개적으로 프로퍼티

Gets if this error occured while running the lua code.
public bool Run
리턴 bool