C# Class IronLua.LuaSyntaxException

Inheritance: LuaException
Mostra file Open project: ericmj/IronLua

Public Methods

Method Description
LuaSyntaxException ( string message = null, Exception inner = null ) : System

Protected Methods

Method Description
LuaSyntaxException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
LuaSyntaxException ( Input input, Exception inner, string format ) : System
LuaSyntaxException ( Input input, string format ) : System
LuaSyntaxException ( Input input, string message, Exception inner = null ) : System
LuaSyntaxException ( string file, int line, int column, string message, Exception inner = null ) : System

Method Details

LuaSyntaxException() protected method

protected LuaSyntaxException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

LuaSyntaxException() public method

public LuaSyntaxException ( string message = null, Exception inner = null ) : System
message string
inner System.Exception
return System