NET SFTP Library
AsyncException Class
Members 






KellermanSoftware.NetSFtpLibrary 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
 
<System.SerializableAttribute()>
Public Class AsyncException 
   Inherits System.ApplicationException
'Usage
 
Dim instance As AsyncException
[System.Serializable()]
public class AsyncException : System.ApplicationException 
public class AsyncException = class(System.ApplicationException)
System.SerializableAttribute()
public class AsyncException extends System.ApplicationException
[System.Serializable()]
public __gc class AsyncException : public System.ApplicationException 
[System.Serializable()]
public ref class AsyncException : public System.ApplicationException 
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         KellermanSoftware.NetSFtpLibrary.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.NetSFtpLibrary Namespace