Table of Contents

Class FtpHashUnsupportedException

Namespace
FluentFTP.Exceptions
Assembly
FluentFTP.dll

Exception is thrown when the required hash algorithm is unsupported by the server.

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

Constructors

FtpHashUnsupportedException()

Default constructor

public FtpHashUnsupportedException()

FtpHashUnsupportedException(FtpHashAlgorithm, string)

Algorithm-specific constructor

public FtpHashUnsupportedException(FtpHashAlgorithm algo, string specialCommands)

Parameters

algo FtpHashAlgorithm
specialCommands string

Properties

Algorithm

Gets the unsupported hash algorithm

public FtpHashAlgorithm Algorithm { get; }

Property Value

FtpHashAlgorithm