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

NotConnectedError() public method

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

Same methods

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