Constructor. Delegates to super.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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