C# Class MineViewer.LuaException

An exception indicating there is a lua compile or run error.
Inheritance: System.Exception
Afficher le fichier Open project: dzamkov/MineViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
LuaDesc string
Run bool

Méthodes publiques

Méthode Description
Create ( string Description, bool Runtime ) : LuaException

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

Method Details

Create() public static méthode

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

Property Details

LuaDesc public_oe property

Description of the error given by lua.
public string LuaDesc
Résultat string

Run public_oe property

Gets if this error occured while running the lua code.
public bool Run
Résultat bool