NET FTP Library
ConnectionException Class
Members 






KellermanSoftware.NetFtpLibrary Namespace : ConnectionException Class
Occurs when we are unable to connect to the remote host
Object Model
ConnectionException Class
Syntax
'Declaration
 
Public Class ConnectionException 
   Inherits System.ApplicationException
'Usage
 
Dim instance As ConnectionException
public class ConnectionException : System.ApplicationException 
public class ConnectionException = class(System.ApplicationException)
public class ConnectionException extends System.ApplicationException
public __gc class ConnectionException : public System.ApplicationException 
public ref class ConnectionException : public System.ApplicationException 
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         KellermanSoftware.NetFtpLibrary.ConnectionException

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

ConnectionException Members
KellermanSoftware.NetFtpLibrary Namespace