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