Exception thrown when authentication with ssh server fails

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public class SshAuthenticationException : SshException
Visual Basic
Public Class SshAuthenticationException _
	Inherits SshException
Visual C++
public ref class SshAuthenticationException : public SshException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Jscape.Ssh..::..SshException
      Jscape.Ssh..::..SshAuthenticationException

See Also