C# Class Ataoge.EventBus.Internal.SubscriberNotFoundException

Inheritance: Exception
Datei anzeigen Open project: ataoge/Skeleton

Public Methods

Method Description
SubscriberNotFoundException ( ) : System
SubscriberNotFoundException ( string message ) : System
SubscriberNotFoundException ( string message, Exception inner ) : System

Method Details

SubscriberNotFoundException() public method

public SubscriberNotFoundException ( ) : System
return System

SubscriberNotFoundException() public method

public SubscriberNotFoundException ( string message ) : System
message string
return System

SubscriberNotFoundException() public method

public SubscriberNotFoundException ( string message, Exception inner ) : System
message string
inner Exception
return System