edtFTPnet/Free - Open-source FTP component for .NET | Download
The exception thrown if a transfer failed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public Exception Exception { get; }
Visual Basic
Public ReadOnly Property Exception As Exception
	Get
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
}

Remarks

This property maybe used in event-handlers for Downloaded and Uploaded to determine the error that occurred in cases of failure. The property, Succeeded, returns true if this property is null.

See Also