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 ControlChannelIOException : IOException
Visual Basic
<SerializableAttribute> _
Public Class ControlChannelIOException _
	Inherits IOException
Visual C++
[SerializableAttribute]
public ref class ControlChannelIOException : public IOException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        EnterpriseDT.Net.Ftp..::..ControlChannelIOException

See Also