Class MissingIdMapping
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
TypeType that is missing the Id property mapping.