edtFTPnet/Free - Open-source FTP component for .NET | Download
Initializes a new instance of the ControlChannelIOException class

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

Syntax

C#
public ControlChannelIOException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
ControlChannelIOException(
	String^ message
)

Parameters

message
Type: System..::..String

See Also