C# Class IronRuby.Builtins.NoMemoryError

Inheritance: System.Exception
Show file Open project: jschementi/iron

Public Methods

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

Protected Methods

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

Method Details

NoMemoryError() public method

public NoMemoryError ( ) : System
return System

NoMemoryError() protected method

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

NoMemoryError() public method

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

NoMemoryError() public method

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