IronRuby.Builtins.Errno.ImproperLinkError.ImproperLinkError C# (CSharp) Method

ImproperLinkError() public method

public ImproperLinkError ( ) : System
return System
            public ImproperLinkError() : this(null, null) { }
            public ImproperLinkError(string message) : this(message, null) { }

Same methods

Errno.ImproperLinkError::ImproperLinkError ( MutableString message ) : System
Errno.ImproperLinkError::ImproperLinkError ( System info, System context ) : System
Errno.ImproperLinkError::ImproperLinkError ( string message ) : System
Errno.ImproperLinkError::ImproperLinkError ( string message, Exception inner ) : System
Errno.ImproperLinkError