FTPConnectionEventArgsException Property
The exception thrown if Connect or Close failed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception with get
Property Value
Exception
If this property is non-null during a
[!:Closing] event then it means that
the connection was closed due to an error. In this case, if the exception is an
IOException then it usually means that the connection failed.