C# Class Dolittle.Execution.InitialExecutionContextHasAlreadyBeenSet

Exception that gets thrown when the execution context has initially been set already.
Inheritance: Exception
Show file Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
InitialExecutionContextHasAlreadyBeenSet ( ) : System

Initializes a new instance of the InitialExecutionContextHasAlreadyBeenSet class.

Method Details

InitialExecutionContextHasAlreadyBeenSet() public method

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