Represents authentication exceptions related to SFTP, generally produced by the SFTP subsystem

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
[SerializableAttribute]
public class SFTPAuthenticationException : SFTPException
Visual Basic
<SerializableAttribute> _
Public Class SFTPAuthenticationException _
	Inherits SFTPException
Visual C++
[SerializableAttribute]
public ref class SFTPAuthenticationException : public SFTPException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      EnterpriseDT.Net.Ftp..::..FileTransferException
        EnterpriseDT.Net.Ftp.Ssh..::..SFTPException
          EnterpriseDT.Net.Ftp.Ssh..::..SFTPAuthenticationException

See Also