C# Class Granados.Poderosa.SFTP.SFTPClientErrorException

Exception representing error informations that reported by SSH_FXP_STATUS.
Inheritance: SFTPClientException
Show file Open project: poderosaproject/poderosa

Protected Methods

Method Description
SFTPClientErrorException ( uint id, uint code, string message, string languageTag ) : System

Constructor

Private Methods

Method Description
Create ( Granados.IO.SSHDataReader dataReader ) : SFTPClientErrorException

Create new instance from SSH_FXP_STATUS packet data.

Method Details

SFTPClientErrorException() protected method

Constructor
protected SFTPClientErrorException ( uint id, uint code, string message, string languageTag ) : System
id uint
code uint
message string
languageTag string
return System