C# Class IronRuby.Builtins.Errno.AddressInUseError

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

Public Methods

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

Protected Methods

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

Method Details

AddressInUseError() public method

public AddressInUseError ( ) : System
return System

AddressInUseError() public method

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

AddressInUseError() protected method

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

AddressInUseError() public method

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

AddressInUseError() public method

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