FtpException Class

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
FTP related error

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public class FtpException : Exception
Visual Basic
Public Class FtpException
	Inherits Exception
Visual C++
public ref class FtpException : public Exception

Inheritance Hierarchy

See Also