FTPDirectoryListEventArgsException Property
The exception thrown if a transfer 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
This property maybe used in event-handlers for
DirectoryListed
to determine the error that occurred in
cases of failure. The property,
Succeeded, returns
true if this
property is
null.