FtpSecurityNotAvailableException Class

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Exception is thrown when encryption could not be negotiated by the server

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

Syntax

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

Inheritance Hierarchy

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

See Also