Exception thrown when authentication fails with ssh server.

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

Syntax

C#
public class SftpAuthenticationException : SftpException
Visual Basic
Public Class SftpAuthenticationException _
	Inherits SftpException
Visual C++
public ref class SftpAuthenticationException : public SftpException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      Jscape.Sftp..::..SftpException
        Jscape.Sftp..::..SftpAuthenticationException

See Also