C# Класс Dolittle.Build.Topology.InvalidBoundedContextConfiguration

Exception that gets thrown when the BoundedContextConfiguration that's loaded in is invalid.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
InvalidBoundedContextConfiguration ( string description ) : System

Initializes a new instance of the InvalidBoundedContextConfiguration class.

Описание методов

InvalidBoundedContextConfiguration() публичный Метод

Initializes a new instance of the InvalidBoundedContextConfiguration class.
public InvalidBoundedContextConfiguration ( string description ) : System
description string The description.
Результат System