C# 클래스 Tamir.SharpSsh.jsch.SftpException

상속: System.Exception
파일 보기 프로젝트 열기: soywiz/csharputils

공개 프로퍼티들

프로퍼티 타입 설명
Id int

공개 메소드들

메소드 설명
SftpException ( int Id, String Message, Exception innerException = null ) : System
ToString ( ) : String

메소드 상세

SftpException() 공개 메소드

public SftpException ( int Id, String Message, Exception innerException = null ) : System
Id int
Message String
innerException System.Exception
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int