edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FileTransferException(String, String) Constructor

Constructor. Permits setting of reply code

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FileTransferException(
	string msg,
	string replyCode
)

Parameters

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

See Also