Initializes a new instance of the ControlChannelIOException class
Namespace: EnterpriseDT.Net.FtpAssembly: 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