C# Class IronLua.LuaException

Inheritance: System.Exception
Afficher le fichier Open project: ericmj/IronLua

Méthodes publiques

Méthode Description
LuaException ( string message = null, Exception inner = null ) : System

Méthodes protégées

Méthode Description
LuaException ( SerializationInfo info, StreamingContext context ) : System

Method Details

LuaException() protected méthode

protected LuaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

LuaException() public méthode

public LuaException ( string message = null, Exception inner = null ) : System
message string
inner System.Exception
Résultat System