Renci.SshNet.Common.SftpPathNotFoundException
The exception that is thrown when file or directory is not found.
namespace Renci.SshNet.Common
{
public class SftpPathNotFoundException : SshException
{
public SftpPathNotFoundException();
public SftpPathNotFoundException(string message);
public SftpPathNotFoundException(string message, Exception innerException);
protected SftpPathNotFoundException(SerializationInfo info, StreamingContext context);
}
}