C# Class IronRuby.Builtins.Errno.HostDownError

Inheritance: System.Runtime.InteropServices.ExternalException
Show file Open project: jschementi/iron

Public Methods

Method Description
HostDownError ( ) : System
HostDownError ( MutableString message ) : System
HostDownError ( string message ) : System
HostDownError ( string message, Exception inner ) : System

Protected Methods

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

Method Details

HostDownError() public method

public HostDownError ( ) : System
return System

HostDownError() public method

public HostDownError ( MutableString message ) : System
message MutableString
return System

HostDownError() protected method

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

HostDownError() public method

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

HostDownError() public method

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