AtomsFramework Persistence Layer Reference Guide

RetrieveException Class

[This is preliminary documentation and subject to change.]

Thrown when an exception occurs during object retrieval or find methods.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.RetrieveException

[Visual Basic]
NotInheritable Public Class RetrieveException
    Inherits AtomsFrameworkException
[C#]
public sealed class RetrieveException : 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 will be thrown when an error occurs during object retrieval from the database.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

RetrieveException Members | AtomsFramework Namespace