C# Class RemObjects.InternetPack.Ftp.FtpException

Inheritance: System.Exception
ファイルを表示 Open project: remobjects/internetpack

Public Methods

Method Description
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

Method Details

FtpException() public method

public FtpException ( ) : System
return System

FtpException() public method

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

FtpException() public method

public FtpException ( String message ) : System
message String
return System

FtpException() public method

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

FtpException() public method

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

FtpException() public method

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

ToString() public method

public ToString ( ) : String
return String