NLua.Exceptions.LuaException Class Reference

Exceptions thrown by the Lua runtime More...

Inheritance diagram for NLua.Exceptions.LuaException:
Collaboration diagram for NLua.Exceptions.LuaException:

Public Member Functions

 LuaException ()
 
 LuaException (string message)
 
 LuaException (string message, Exception innerException)
 

Protected Member Functions

 LuaException (SerializationInfo info, StreamingContext context)
 

Detailed Description

Exceptions thrown by the Lua runtime

Constructor & Destructor Documentation

◆ LuaException() [1/4]

NLua.Exceptions.LuaException.LuaException ( )

◆ LuaException() [2/4]

NLua.Exceptions.LuaException.LuaException ( string  message)

◆ LuaException() [3/4]

NLua.Exceptions.LuaException.LuaException ( string  message,
Exception  innerException 
)

◆ LuaException() [4/4]

NLua.Exceptions.LuaException.LuaException ( SerializationInfo  info,
StreamingContext  context 
)
protected

The documentation for this class was generated from the following file: