C# Класс EasyNetQ.Producer.PublishInterruptedException

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

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

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

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

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

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

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

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

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

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