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
FtpHashAlgorithmspecialCommands
string
Properties
Algorithm
Gets the unsupported hash algorithm
public FtpHashAlgorithm Algorithm { get; }