Exception thrown when file or directory cannot be found.

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

Syntax

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

Inheritance Hierarchy

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

See Also