C# Class _3PA.Lib.Ftp.FtpSslException

FTP exception related to the SSL/TLS support
Inheritance: FtpException
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
FtpSslException ( string message ) : System
FtpSslException ( string message, Exception innerException ) : System

Method Details

FtpSslException() public méthode

public FtpSslException ( string message ) : System
message string
Résultat System

FtpSslException() public méthode

public FtpSslException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System