C# Class Henchmen.Lua.InvalidOperandException

Inheritance: LuaException
显示文件 Open project: henchmeninteractive/HenchLua

Public Methods

Method Description
InvalidOperandException ( ) : System
InvalidOperandException ( string message ) : System
InvalidOperandException ( string message, Exception inner ) : System

Protected Methods

Method Description
InvalidOperandException ( System info, System context ) : System

Method Details

InvalidOperandException() public method

public InvalidOperandException ( ) : System
return System

InvalidOperandException() protected method

protected InvalidOperandException ( System info, System context ) : System
info System
context System
return System

InvalidOperandException() public method

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

InvalidOperandException() public method

public InvalidOperandException ( string message, Exception inner ) : System
message string
inner System.Exception
return System