edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Thrown when a recursive operation is aborted.

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

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