Constructor. Delegates to super.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public FileTransferException( string msg, Exception innerException ) |
| Visual Basic |
|---|
Public Sub New ( _ msg As String, _ innerException As Exception _ ) |
| Visual C++ |
|---|
public: FileTransferException( 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