edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Represents 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 SFTPException : FileTransferException
Visual Basic
<SerializableAttribute> _
Public Class SFTPException _
	Inherits FileTransferException
Visual C++
[SerializableAttribute]
public ref class SFTPException : public FileTransferException

Inheritance Hierarchy

See Also