C# Class _3PA.Lib.Ftp.FtpException

Base FTP exception class.
Inheritance: System.Exception
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

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

Méthodes protégées

Méthode Description
FtpException ( ) : System

Method Details

FtpException() protected méthode

protected FtpException ( ) : System
Résultat System

FtpException() public méthode

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

FtpException() public méthode

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