C# Class LuaException, Slipe-Server

Inheritance: Exception
Afficher le fichier Open project: mta-slipe/Slipe-Server Class Usage Examples

Méthodes publiques

Méthode Description
LuaException ( ) : System,
LuaException ( string message ) : System
LuaException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

LuaException() public méthode

public LuaException ( ) : System,
Résultat System,

LuaException() protected méthode

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

LuaException() public méthode

public LuaException ( string message ) : System
message string
Résultat System

LuaException() public méthode

public LuaException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System