NET FTP Library
AsyncException Class
Members 






KellermanSoftware.NetFtpLibrary Namespace : AsyncException Class
FTP Operation attempted while asynchronous operation in progress. Instantiate another FTP object to perform multiple asynchronous operations.
Object Model
AsyncException Class
Syntax
'Declaration
 
Public Class AsyncException 
   Inherits System.ApplicationException
'Usage
 
Dim instance As AsyncException
public class AsyncException : System.ApplicationException 
public class AsyncException = class(System.ApplicationException)
public class AsyncException extends System.ApplicationException
public __gc class AsyncException : public System.ApplicationException 
public ref class AsyncException : public System.ApplicationException 
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         KellermanSoftware.NetFtpLibrary.AsyncException

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

AsyncException Members
KellermanSoftware.NetFtpLibrary Namespace