Definition
Namespace: EntityDb.Common.Exceptions
Assembly: EntityDb.Common
The exception that is thrown when an actor passes an entity id to Load(Id, TEntity) with an entity id that has already been loaded.
1
public sealed class EntityAlreadyKnownException : System.Exception
Inheritance: Object → Exception