C# Class Dolittle.ReadModels.UnknownReadModelOf

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

Public Methods

Method Description
UnknownReadModelOf ( string name ) : System

Initializes a new instance of the UnknownReadModelOf class.

Method Details

UnknownReadModelOf() public method

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