C# Class LuaException, Slipe-Server

Inheritance: Exception
显示文件 Open project: mta-slipe/Slipe-Server Class Usage Examples

Public Methods

Method Description
LuaException ( ) : System,
LuaException ( string message ) : System
LuaException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

LuaException() public method

public LuaException ( ) : System,
return System,

LuaException() protected method

protected LuaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

LuaException() public method

public LuaException ( string message ) : System
message string
return System

LuaException() public method

public LuaException ( string message, Exception innerException ) : System
message string
innerException Exception
return System