Table of Contents

Class FtpMissingSocketException

Namespace
FluentFTP.Exceptions
Assembly
FluentFTP.dll

Exception is thrown by FtpSocketStream when there is no FTP server socket to connect to.

public class FtpMissingSocketException : FtpException, ISerializable
Inheritance
FtpMissingSocketException
Implements
Inherited Members
Extension Methods

Constructors

FtpMissingSocketException(Exception)

Creates a new FtpMissingSocketException.

public FtpMissingSocketException(Exception innerException)

Parameters

innerException Exception

The original exception.