C# Класс RemObjects.InternetPack.Ftp.FtpException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
FtpException ( ) : System
FtpException ( Int32 code, String message ) : System
FtpException ( String message ) : System
FtpException ( String message, Exception e ) : System
FtpException ( String message, Int32 code ) : System
FtpException ( String message, Int32 code, Exception e ) : System
ToString ( ) : String

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

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

public FtpException ( ) : System
Результат System

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

public FtpException ( Int32 code, String message ) : System
code System.Int32
message String
Результат System

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

public FtpException ( String message ) : System
message String
Результат System

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

public FtpException ( String message, Exception e ) : System
message String
e System.Exception
Результат System

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

public FtpException ( String message, Int32 code ) : System
message String
code System.Int32
Результат System

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

public FtpException ( String message, Int32 code, Exception e ) : System
message String
code System.Int32
e System.Exception
Результат System

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

public ToString ( ) : String
Результат String