C# Class Dolittle.Build.Topology.InvalidTopology

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

Méthodes publiques

Méthode Description
InvalidTopology ( string description ) : System

Initializes a new instance of the InvalidTopology class.

Method Details

InvalidTopology() public méthode

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