Class FtpInvalidCertificateException
- Namespace
- FluentFTP.Exceptions
- Assembly
- FluentFTP.dll
Exception is thrown when TLS/SSL encryption could not be negotiated by the FTP server.
public class FtpInvalidCertificateException : FtpException, ISerializable
- Inheritance
-
FtpInvalidCertificateException
- Implements
- Inherited Members
- Extension Methods
Constructors
FtpInvalidCertificateException(Exception)
Default constructor
public FtpInvalidCertificateException(Exception innerException)
Parameters
innerException
Exception
FtpInvalidCertificateException(string)
Custom error message
public FtpInvalidCertificateException(string message)
Parameters
message
stringError message
Properties
InnerException
AuthenticationException that caused this.
public Exception InnerException { get; }