C# 클래스 RemObjects.InternetPack.Ftp.FtpException

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

공개 메소드들

메소드 설명
FtpException ( ) : System
FtpException ( Int32 code, String message ) : System
FtpException ( String message ) : System
FtpException ( String message, Exception e ) : System
FtpException ( String message, Int32 code ) : System
FtpException ( String message, Int32 code, Exception e ) : System
ToString ( ) : String

메소드 상세

FtpException() 공개 메소드

public FtpException ( ) : System
리턴 System

FtpException() 공개 메소드

public FtpException ( Int32 code, String message ) : System
code System.Int32
message String
리턴 System

FtpException() 공개 메소드

public FtpException ( String message ) : System
message String
리턴 System

FtpException() 공개 메소드

public FtpException ( String message, Exception e ) : System
message String
e System.Exception
리턴 System

FtpException() 공개 메소드

public FtpException ( String message, Int32 code ) : System
message String
code System.Int32
리턴 System

FtpException() 공개 메소드

public FtpException ( String message, Int32 code, Exception e ) : System
message String
code System.Int32
e System.Exception
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String