edtFTPnet/Free - Open-source FTP component for .NET | Download
Thrown when the client receives an invalid reply to a command.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
[SerializableAttribute]
public class MalformedReplyException : FTPException
Visual Basic
<SerializableAttribute> _
Public Class MalformedReplyException _
	Inherits FTPException
Visual C++
[SerializableAttribute]
public ref class MalformedReplyException : public FTPException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      EnterpriseDT.Net.Ftp..::..FileTransferException
        EnterpriseDT.Net.Ftp..::..FTPException
          EnterpriseDT.Net.Ftp..::..MalformedReplyException

See Also