C# Class Dolittle.Commands.Coordination.NoEstablishedCommandContext

Exception that gets thrown when one is trying to perform operations and there is no ICommandContext established.
Inheritance: Exception
Afficher le fichier Open project: dolittle/DotNET.Applications

Méthodes publiques

Méthode Description
NoEstablishedCommandContext ( ) : System

Initializes a new instance of the NoEstablishedCommandContext class.

Method Details

NoEstablishedCommandContext() public méthode

Initializes a new instance of the NoEstablishedCommandContext class.
public NoEstablishedCommandContext ( ) : System
Résultat System