Table of Contents

Class SftpPathNotFoundException

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

The exception that is thrown when file or directory is not found.

public class SftpPathNotFoundException : SshException, ISerializable

Inheritance

Implements

Inherited Members

Constructors

SftpPathNotFoundException()

Initializes a new instance of the Renci.SshNet.Common.SftpPathNotFoundException class.

public SftpPathNotFoundException()

SftpPathNotFoundException(string)

Initializes a new instance of the Renci.SshNet.Common.SftpPathNotFoundException class.

public SftpPathNotFoundException(string message)

Parameters

message string

The message.

SftpPathNotFoundException(string, Exception)

Initializes a new instance of the Renci.SshNet.Common.SftpPathNotFoundException class.

public SftpPathNotFoundException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.