AtomsFramework Persistence Layer Reference Guide

IdentityValueException Class

[This is preliminary documentation and subject to change.]

Indicates that the database provider could not obtain the value for an identity column

For a list of all members of this type, see IdentityValueException Members.

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.IdentityValueException

[Visual Basic]
NotInheritable Public Class IdentityValueException
    Inherits AtomsFrameworkException
[C#]
public sealed class IdentityValueException : AtomsFrameworkException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception is only thrown by the database providers and indicates that the provider could not obtain the identity column value for a newly inserted object that utilises an identity/autonumber database column.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

IdentityValueException Members | AtomsFramework Namespace