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

FTPAuthenticationException(String, Int32) Constructor

Basic constructor allowing exception message to be set

Definition

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

Parameters

msg  String
Message that the user will be able to retrieve
replyCode  Int32
 

See Also