C# Class Ataoge.EventBus.Internal.SubscriberNotFoundException

Inheritance: Exception
Afficher le fichier Open project: ataoge/Skeleton

Méthodes publiques

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

Method Details

SubscriberNotFoundException() public méthode

public SubscriberNotFoundException ( ) : System
Résultat System

SubscriberNotFoundException() public méthode

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

SubscriberNotFoundException() public méthode

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