Table of Contents

Class UnknownReadModel

Namespace
Cratis.Chronicle.ReadModels
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when a read model type is not known by projections or reducers.

public class UnknownReadModel : Exception, ISerializable
Inheritance
UnknownReadModel
Implements
Inherited Members

Remarks

Initializes a new instance of UnknownReadModel.

Constructors

UnknownReadModel(Type)

Exception that gets thrown when a read model type is not known by projections or reducers.

public UnknownReadModel(Type readModelType)

Parameters

readModelType Type

The read model type that is unknown.

Remarks

Initializes a new instance of UnknownReadModel.

Properties

ReadModelType

Gets the read model type that is unknown.

public Type ReadModelType { get; }

Property Value

Type