Table of Contents

Class MissingIdMapping

Namespace
MongoDB.Driver
Assembly
Cratis.Applications.MongoDB.dll

Exception that gets thrown when type is missing an Id property mapping.

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

Constructors

MissingIdMapping(Type)

Exception that gets thrown when type is missing an Id property mapping.

public MissingIdMapping(Type type)

Parameters

type Type

Type that is missing the Id property mapping.