AtomsFramework Persistence Layer Reference Guide

ObjectIdException Class

[This is preliminary documentation and subject to change.]

Indicates that an OID value could not be generated.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.ObjectIdException

[Visual Basic]
NotInheritable Public Class ObjectIdException
    Inherits AtomsFrameworkException
[C#]
public sealed class ObjectIdException : 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 thrown by the database providers and indicates that an error occured whilst attempting to generate and OID value. This could be caused when no OID table is mapped, or due to some other error in the process.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

ObjectIdException Members | AtomsFramework Namespace