C# Class Henchmen.Lua.InvalidBytecodeException

Inheritance: LuaException
Exibir arquivo Open project: henchmeninteractive/HenchLua

Public Methods

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

Protected Methods

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

Method Details

InvalidBytecodeException() public method

public InvalidBytecodeException ( ) : System
return System

InvalidBytecodeException() protected method

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

InvalidBytecodeException() public method

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

InvalidBytecodeException() public method

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