C# Class GetOneEventHandlerFailed, Runtime

Exception that gets thrown when getting one Event Handler fails.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
GetOneEventHandlerFailed ( EventHandlerId eventHandler, string reason ) : System,

Initializes a new instance of the GetOneEventHandlerFailed class.

Method Details

GetOneEventHandlerFailed() public méthode

Initializes a new instance of the GetOneEventHandlerFailed class.
public GetOneEventHandlerFailed ( EventHandlerId eventHandler, string reason ) : System,
eventHandler EventHandlerId The Event Handler that getting one failed for.
reason string The reason why getting one Event Handler failed.
Résultat System,