C# 클래스 _3PA.Lib.Ftp.FtpSslException

FTP exception related to the SSL/TLS support
상속: FtpException
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
FtpSslException ( string message ) : System
FtpSslException ( string message, Exception innerException ) : System

메소드 상세

FtpSslException() 공개 메소드

public FtpSslException ( string message ) : System
message string
리턴 System

FtpSslException() 공개 메소드

public FtpSslException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System