C# Class _3PA.Lib.Ftp.FtpCommandException

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

Public Methods

Method Description
FtpCommandException ( FtpReply reply ) : System
FtpCommandException ( string message ) : System
FtpCommandException ( string message, Exception innerException ) : System

Method Details

FtpCommandException() public method

public FtpCommandException ( FtpReply reply ) : System
reply FtpReply
return System

FtpCommandException() public method

public FtpCommandException ( string message ) : System
message string
return System

FtpCommandException() public method

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