Table of Contents

Class EntityAlreadyAddedToContextException

Namespace
The.Entities
Assembly
Instagile.dll

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)

Parameters

c IEntityContext
k EntityKernel