C# Класс Brunet.Transport.EdgeException

Наследование: SendException
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

public EdgeException ( bool istransient, string message ) : System
istransient bool
message string
Результат System

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

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

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

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