C# Class _3PA.Lib.Ftp.FtpSslException

FTP exception related to the SSL/TLS support
Inheritance: FtpException
Show file Open project: jcaillon/3P

Public Methods

Method Description
FtpSslException ( string message ) : System
FtpSslException ( string message, Exception innerException ) : System

Method Details

FtpSslException() public method

public FtpSslException ( string message ) : System
message string
return System

FtpSslException() public method

public FtpSslException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System