C# Класс IServiceOriented.ServiceBus.SubscriptionNotFoundException

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

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

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

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

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

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

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

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

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

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

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

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

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

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