AtomsFramework Persistence Layer Reference Guide

NoAssociationException Class

[This is preliminary documentation and subject to change.]

Indicates that no association could be found.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.NoAssociationException

[Visual Basic]
NotInheritable Public Class NoAssociationException
    Inherits AtomsFrameworkException
[C#]
public sealed class NoAssociationException : 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 can be caused when adding classes to a multiple class retrieve or summary criteria. It indicates that the framework could not find an association path to traverse from the base class of the criteria to the class being added.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

NoAssociationException Members | AtomsFramework Namespace