Renci.SshNet.Common.NetConfServerException.NetConfServerException C# (CSharp) Method

NetConfServerException() public method

Initializes a new instance of the NetConfServerException class.
public NetConfServerException ( ) : System
return System
        public NetConfServerException()
        {
        }

Same methods

NetConfServerException::NetConfServerException ( SerializationInfo info, StreamingContext context ) : System
NetConfServerException::NetConfServerException ( string message ) : System
NetConfServerException::NetConfServerException ( string message, Exception innerException ) : System
NetConfServerException