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