Table of Contents

Class EntityIDChangedException

Namespace
The.Entities
Assembly
Instagile.dll

An exception thrown after changing the ID of an entity after its attributes have been initialised. This is not supported and will cause an error later when saving the entity. To specify a custom ID for an entity, use SingletonEntityInitialiser.

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