C# Class Dolittle.Build.Topology.InvalidBoundedContextConfiguration

Exception that gets thrown when the BoundedContextConfiguration that's loaded in is invalid.
Inheritance: Exception
Datei anzeigen Open project: dolittle/DotNET.Applications

Public Methods

Method Description
InvalidBoundedContextConfiguration ( string description ) : System

Initializes a new instance of the InvalidBoundedContextConfiguration class.

Method Details

InvalidBoundedContextConfiguration() public method

Initializes a new instance of the InvalidBoundedContextConfiguration class.
public InvalidBoundedContextConfiguration ( string description ) : System
description string The description.
return System