Table of Contents

Class CloneContextConflictException

Namespace
The.Entities
Assembly
Instagile.dll

Thrown when an entity being cloned already exists in the target context.

public sealed class CloneContextConflictException : Exception, ISerializable
Inheritance
CloneContextConflictException
Implements
Inherited Members

Constructors

CloneContextConflictException(IEntityContext, EntityKernel, Exception)

public CloneContextConflictException(IEntityContext c, EntityKernel k, Exception innerException)

Parameters

c IEntityContext
k EntityKernel
innerException Exception