C# Class Dolittle.ReadModels.UnknownReadModelOf

Exception that gets thrown when a readmodelof is not known by its name in the system.
Inheritance: ArgumentException
Afficher le fichier Open project: dolittle/DotNET.Applications

Méthodes publiques

Méthode Description
UnknownReadModelOf ( string name ) : System

Initializes a new instance of the UnknownReadModelOf class.

Method Details

UnknownReadModelOf() public méthode

Initializes a new instance of the UnknownReadModelOf class.
public UnknownReadModelOf ( string name ) : System
name string Name of missing read model type.
Résultat System