edtFTPnet/Free - Open-source FTP component for .NET | Download
Constructor. Permits setting of reply code

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

Syntax

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

Parameters

msg
Type: System..::..String
message that the user will be able to retrieve
replyCode
Type: System..::..String
string form of reply code

See Also