Constructor. Permits setting of reply code

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

Syntax

C#
public FTPException(
	FTPReply reply
)
Visual Basic
Public Sub New ( _
	reply As FTPReply _
)
Visual C++
public:
FTPException(
	FTPReply^ reply
)

Parameters

reply
Type: EnterpriseDT.Net.Ftp..::..FTPReply
reply object

See Also