edtFTPnet/Free - Open-source FTP component for .NET | Download
Thrown when a recursive operation is aborted.

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

Syntax

C#
[SerializableAttribute]
public class FTPTransferCancelledException : FTPException
Visual Basic
<SerializableAttribute> _
Public Class FTPTransferCancelledException _
	Inherits FTPException
Visual C++
[SerializableAttribute]
public ref class FTPTransferCancelledException : public FTPException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      EnterpriseDT.Net.Ftp..::..FileTransferException
        EnterpriseDT.Net.Ftp..::..FTPException
          EnterpriseDT.Net.Ftp..::..FTPTransferCancelledException

See Also