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

SshAuthenticationException() public method

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

        }

Same methods

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