edtFTPnet/Free - Open-source FTP component for .NET | Download
Provides data for error events.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public class FTPErrorEventArgs : FTPEventArgs
Visual Basic
Public Class FTPErrorEventArgs _
	Inherits FTPEventArgs
Visual C++
public ref class FTPErrorEventArgs : public FTPEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    EnterpriseDT.Net.Ftp..::..FTPEventArgs
      EnterpriseDT.Net.Ftp..::..FTPErrorEventArgs

See Also