Class of exception raised when the key properties of an entity have been modified in a way that results in the identity of the entity no longer matching the expected key.

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public sealed class EntityKeyChangedException : EntityFrameworkException
Visual Basic
Public NotInheritable Class EntityKeyChangedException
	Inherits EntityFrameworkException
Visual C++
public ref class EntityKeyChangedException sealed : public EntityFrameworkException
F#
[<SealedAttribute>]
type EntityKeyChangedException =  
    class
        inherit EntityFrameworkException
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    BrightstarDB.EntityFramework..::..EntityFrameworkException
      BrightstarDB.EntityFramework..::..EntityKeyChangedException

See Also