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
Datei anzeigen Open project: dolittle/DotNET.Applications

Public Methods

Method Description
NoEstablishedCommandContext ( ) : System

Initializes a new instance of the NoEstablishedCommandContext class.

Method Details

NoEstablishedCommandContext() public method

Initializes a new instance of the NoEstablishedCommandContext class.
public NoEstablishedCommandContext ( ) : System
return System