C# Class IServiceOriented.ServiceBus.SubscriptionNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: jezell/iserviceoriented

Méthodes publiques

Méthode Description
SubscriptionNotFoundException ( ) : System
SubscriptionNotFoundException ( string message ) : System
SubscriptionNotFoundException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
SubscriptionNotFoundException ( System info, System context ) : System

Method Details

SubscriptionNotFoundException() public méthode

public SubscriptionNotFoundException ( ) : System
Résultat System

SubscriptionNotFoundException() protected méthode

protected SubscriptionNotFoundException ( System info, System context ) : System
info System
context System
Résultat System

SubscriptionNotFoundException() public méthode

public SubscriptionNotFoundException ( string message ) : System
message string
Résultat System

SubscriptionNotFoundException() public méthode

public SubscriptionNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System