C# Class Dolittle.Build.Topology.InvalidBoundedContextConfiguration

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

Méthodes publiques

Méthode Description
InvalidBoundedContextConfiguration ( string description ) : System

Initializes a new instance of the InvalidBoundedContextConfiguration class.

Method Details

InvalidBoundedContextConfiguration() public méthode

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