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

FTP exception generated by a command with a return code >= 400, as stated in RFC 959.
상속: FtpException
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
FtpCommandException ( FtpReply reply ) : System
FtpCommandException ( string message ) : System
FtpCommandException ( string message, Exception innerException ) : System

메소드 상세

FtpCommandException() 공개 메소드

public FtpCommandException ( FtpReply reply ) : System
reply FtpReply
리턴 System

FtpCommandException() 공개 메소드

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

FtpCommandException() 공개 메소드

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