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

Syntax

Visual Basic
<ObsoleteAttribute("FtpBatchTransferException has been deprecated. Please use FtpException instead.",  _
	False)> _
Public Class FtpBatchTransferException _
	Inherits FtpException
C#
[ObsoleteAttribute("FtpBatchTransferException has been deprecated. Please use FtpException instead.", 
	false)]
public class FtpBatchTransferException : FtpException

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also