C# Class AGS.Plugin.Lua.LuaException

Inheritance: System.Exception
Datei anzeigen Open project: duncanc/Lua-for-AGS

Public Properties

Property Type Description
L System.IntPtr

Public Methods

Method Description
LuaException ( IntPtr L, string message ) : System

Method Details

LuaException() public method

public LuaException ( IntPtr L, string message ) : System
L System.IntPtr
message string
return System

Property Details

L public_oe property

public IntPtr,System L
return System.IntPtr