Table of Contents

Class SftpException

Namespace
Tamir.SharpSsh.jsch
Assembly
SLSSH.dll

The exception that is thrown when an exception occurs during an SFTP operation.

public class SftpException
Inheritance
SftpException
Extension Methods

Constructors

SftpException(int, string)

Initializes a new instance of the SftpException class with the specified error ID and message.

SftpException(int, string, Exception)

Initializes a new instance of the SftpException class with the specified error ID, message and inner exception.

Fields

id

The error ID of the exception.

message

The error message.