C# Class _3PA.Lib.Ftp.FtpCommandException

FTP exception generated by a command with a return code >= 400, as stated in RFC 959.
Inheritance: FtpException
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
FtpCommandException ( FtpReply reply ) : System
FtpCommandException ( string message ) : System
FtpCommandException ( string message, Exception innerException ) : System

Method Details

FtpCommandException() public méthode

public FtpCommandException ( FtpReply reply ) : System
reply FtpReply
Résultat System

FtpCommandException() public méthode

public FtpCommandException ( string message ) : System
message string
Résultat System

FtpCommandException() public méthode

public FtpCommandException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System