'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