NET FTP Library
FtpException Class
Members 






KellermanSoftware.NetFtpLibrary Namespace : FtpException Class
Occurs when an error occurs when an FTP command is sent to an FTP Server
Object Model
FtpException Class
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Class FtpException 
   Inherits System.ApplicationException
'Usage
 
Dim instance As FtpException
[System.Serializable()]
public class FtpException : System.ApplicationException 
public class FtpException = class(System.ApplicationException)
System.SerializableAttribute()
public class FtpException extends System.ApplicationException
[System.Serializable()]
public __gc class FtpException : public System.ApplicationException 
[System.Serializable()]
public ref class FtpException : public System.ApplicationException 
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         KellermanSoftware.NetFtpLibrary.FtpException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpException Members
KellermanSoftware.NetFtpLibrary Namespace