NET FTP Library
FailureEvent Event






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : FailureEvent Event
Fired when an exception occurs during an asyncronous operation
Syntax
'Declaration
 
Public Event FailureEvent As FTP.FailureEventHandler
'Usage
 
Dim instance As FTP
Dim handler As FTP.FailureEventHandler
 
AddHandler instance.FailureEvent, handler
public event FTP.FailureEventHandler FailureEvent
public event FailureEvent: FTP.FailureEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event FTP.FailureEventHandler* FailureEvent
public:
event FTP.FailureEventHandler^ FailureEvent
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

FTP Class
FTP Members