Table of Contents

Constructor SftpException

Namespace
Tamir.SharpSsh.jsch
Assembly
SLSSH.dll

SftpException(int, string)

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

public SftpException(int id, string message)

Parameters

id int

The error ID.

message string

The error message.

SftpException(int, string, Exception)

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

public SftpException(int id, string message, Exception innerException)

Parameters

id int

The error ID.

message string

The error message.

innerException Exception

The inner exception.