edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Thrown when the client receives an invalid reply to a command.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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