Class EntityAlreadyAddedToContextException
Thrown when an entity is added to a context where it already exists.
public sealed class EntityAlreadyAddedToContextException : Exception, ISerializable
- Inheritance
-
EntityAlreadyAddedToContextException
- Implements
- Inherited Members
Constructors
EntityAlreadyAddedToContextException(IEntityContext, EntityKernel)
Thrown when an entity is added to a context where it already exists.
public EntityAlreadyAddedToContextException(IEntityContext c, EntityKernel k)