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,
	int replyCode
)
Visual Basic
Public Sub New ( _
	msg As String, _
	replyCode As Integer _
)
Visual C++
public:
FileTransferException(
	String^ msg, 
	int replyCode
)

Parameters

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

See Also