Creates a new SftpFileNotFoundException instance

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

Syntax

C#
public SftpFileNotFoundException(
	string filename
)
Visual Basic
Public Sub New ( _
	filename As String _
)
Visual C++
public:
SftpFileNotFoundException(
	String^ filename
)

Parameters

filename
Type: System..::..String
the file or directory that could not be found

See Also