edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPDirectoryListEventArgsException Property

The exception thrown if a transfer failed.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public Exception Exception { get; }

Property Value

Exception

Remarks

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.

See Also