SshAuthenticationException ClassSSH .NET Client Library Documentation
The exception that is thrown when authentication failed.
The exception that is thrown when authentication failed.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    Renci.SshNet.Common SshException
      Renci.SshNet.Common SshAuthenticationException

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public class SshAuthenticationException : SshException
See Also