Initializes a new instance of the ControlChannelIOException class

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

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