edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The exception thrown if a transfer failed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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