C# 클래스 Granados.Poderosa.SFTP.SFTPClientErrorException

Exception representing error informations that reported by SSH_FXP_STATUS.
상속: SFTPClientException
파일 보기 프로젝트 열기: poderosaproject/poderosa

보호된 메소드들

메소드 설명
SFTPClientErrorException ( uint id, uint code, string message, string languageTag ) : System

Constructor

비공개 메소드들

메소드 설명
Create ( Granados.IO.SSHDataReader dataReader ) : SFTPClientErrorException

Create new instance from SSH_FXP_STATUS packet data.

메소드 상세

SFTPClientErrorException() 보호된 메소드

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