An NDoc Documented Class Library

FTPCancelableEventArgs.Exception Property

The exception thrown if a transfer failed.

public System.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

FTPCancelableEventArgs Class | EnterpriseDT.Net.Ftp Namespace