C# 클래스 Dolittle.Build.Topology.InvalidBoundedContextConfiguration

Exception that gets thrown when the BoundedContextConfiguration that's loaded in is invalid.
상속: Exception
파일 보기 프로젝트 열기: dolittle/DotNET.Applications

공개 메소드들

메소드 설명
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