FtpCommandException Class

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Exception triggered on command failures

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System.Net.FtpClient..::..FtpException
      System.Net.FtpClient..::..FtpCommandException

See Also