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

Public Methods

Method Description
InvalidTopology ( string description ) : System

Initializes a new instance of the InvalidTopology class.

Method Details

InvalidTopology() public method

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