Constructor SftpException
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
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)