edtFTPnet/Free - Open-source FTP component for .NET | Download
Constructor. Delegates to super.

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

Syntax

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

Parameters

msg
Type: System..::..String
Message that the user will be able to retrieve

See Also