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

FTPException(String, Int32) Constructor

Constructor. Permits setting of reply code

Definition

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

Parameters

msg  String
message that the user will be able to retrieve
replyCode  Int32
reply code

See Also