Class MissingImmediateProjectionForModel
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when an projection is missing for a model type.
public class MissingImmediateProjectionForModel : Exception, ISerializable
- Inheritance
-
MissingImmediateProjectionForModel
- Implements
- Inherited Members
Remarks
Initializes a new instance of the MissingImmediateProjectionForModel.
Constructors
MissingImmediateProjectionForModel(Type)
Exception that gets thrown when an projection is missing for a model type.
public MissingImmediateProjectionForModel(Type modelType)
Parameters
modelType
TypeType of model.
Remarks
Initializes a new instance of the MissingImmediateProjectionForModel.