FTPAuthenticationException(String, Int32) Constructor
Basic constructor allowing exception message to be set
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPAuthenticationException(
string msg,
int replyCode
)
Public Sub New (
msg As String,
replyCode As Integer
)
public:
FTPAuthenticationException(
String^ msg,
int replyCode
)
new :
msg : string *
replyCode : int -> FTPAuthenticationException
Parameters
- msg String
- Message that the user will be able to retrieve
- replyCode Int32
-