C# Class IronRuby.Builtins.Errno.ImproperLinkError

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

Public Methods

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

Protected Methods

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

Method Details

ImproperLinkError() public method

public ImproperLinkError ( ) : System
return System

ImproperLinkError() public method

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

ImproperLinkError() protected method

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

ImproperLinkError() public method

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

ImproperLinkError() public method

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