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

Common exception class thrown by SFTPClient
상속: System.Exception
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
SFTPClientException ( string message ) : System

Constructor

SFTPClientException ( string message, Exception innerException ) : System

Constructor

메소드 상세

SFTPClientException() 공개 메소드

Constructor
public SFTPClientException ( string message ) : System
message string exception message
리턴 System

SFTPClientException() 공개 메소드

Constructor
public SFTPClientException ( string message, Exception innerException ) : System
message string exception message
innerException System.Exception inner exception
리턴 System