C# Класс _3PA.Lib.Ftp.FtpSslException

FTP exception related to the SSL/TLS support
Наследование: FtpException
Показать файл Открыть проект

Открытые методы

Метод Описание
FtpSslException ( string message ) : System
FtpSslException ( string message, Exception innerException ) : System

Описание методов

FtpSslException() публичный Метод

public FtpSslException ( string message ) : System
message string
Результат System

FtpSslException() публичный Метод

public FtpSslException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System