The exception that is thrown when an error occurs while using Ftp component.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Class FtpException _
	Inherits NetworkSessionException
C#
public class FtpException : NetworkSessionException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Rebex.Net..::..NetworkSessionException
      Rebex.Net..::..FtpException
        Rebex.Net..::..FtpBatchTransferException

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also