Basic constructor allowing exception message to be set
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public FTPAuthenticationException( string msg, int replyCode ) |
Visual Basic |
---|
Public Sub New ( _ msg As String, _ replyCode As Integer _ ) |
Visual C++ |
---|
public: FTPAuthenticationException( String^ msg, int replyCode ) |
Parameters
- msg
- Type: System..::..String
Message that the user will be able to retrieve
- replyCode
- Type: System..::..Int32