C# Class RemObjects.InternetPack.Ftp.FtpException

Inheritance: System.Exception
Afficher le fichier Open project: remobjects/internetpack

Méthodes publiques

Méthode 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 méthode

public FtpException ( ) : System
Résultat System

FtpException() public méthode

public FtpException ( Int32 code, String message ) : System
code System.Int32
message String
Résultat System

FtpException() public méthode

public FtpException ( String message ) : System
message String
Résultat System

FtpException() public méthode

public FtpException ( String message, Exception e ) : System
message String
e System.Exception
Résultat System

FtpException() public méthode

public FtpException ( String message, Int32 code ) : System
message String
code System.Int32
Résultat System

FtpException() public méthode

public FtpException ( String message, Int32 code, Exception e ) : System
message String
code System.Int32
e System.Exception
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String