NET FTP Library
FtpException Constructor(FtpCommand,FtpResponse)






KellermanSoftware.NetFtpLibrary Namespace > FtpException Class > FtpException Constructor : FtpException Constructor(FtpCommand,FtpResponse)
An unexpected response occurs for a sent FTP command
Syntax
'Declaration
 
Public Function New( _
   ByVal command As FtpCommand, _
   ByVal response As FtpResponse _
)
'Usage
 
Dim command As FtpCommand
Dim response As FtpResponse
 
Dim instance As New FtpException(command, response)
public FtpException( 
   FtpCommand command,
   FtpResponse response
)
public FtpException( 
    command: FtpCommand;
    response: FtpResponse
); 
public function FtpException( 
   command : FtpCommand,
   response : FtpResponse
);
public: FtpException( 
   FtpCommand* command,
   FtpResponse* response
)
public:
FtpException( 
   FtpCommand^ command,
   FtpResponse^ response
)

Parameters

command
response
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpException Class
FtpException Members
Overload List