C# Класс EasyNetQ.Hosepipe.EasyNetQHosepipeException

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

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

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

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

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

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

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

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

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

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