C# Class Dolittle.Build.Artifacts.NonMatchingArtifact

Exception that gets thrown when no FeatureDefinition matching the artifact's namespace is found in the BoundedContextConfiguration topology.
Inheritance: Exception
ファイルを表示 Open project: dolittle/DotNET.Applications

Public Methods

Method Description
NonMatchingArtifact ( ) : System

Initializes a new instance of the NonMatchingArtifact class.

Method Details

NonMatchingArtifact() public method

Initializes a new instance of the NonMatchingArtifact class.
public NonMatchingArtifact ( ) : System
return System