C# Класс IronRuby.Builtins.Errno.HostDownError

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

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

Метод Описание
HostDownError ( ) : System
HostDownError ( MutableString message ) : System
HostDownError ( string message ) : System
HostDownError ( string message, Exception inner ) : System

Защищенные методы

Метод Описание
HostDownError ( System info, System context ) : System

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

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

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

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

public HostDownError ( MutableString message ) : System
message MutableString
Результат System

HostDownError() защищенный Метод

protected HostDownError ( System info, System context ) : System
info System
context System
Результат System

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

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

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

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