AtomsFramework Persistence Layer Reference Guide

NoClassMapException Class

[This is preliminary documentation and subject to change.]

An exception to indicate that no ClassMap can be found for an object.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.NoClassMapException

[Visual Basic]
NotInheritable Public Class NoClassMapException
    Inherits AtomsFrameworkException
[C#]
public sealed class NoClassMapException : 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

Certain framework methods on an object (such as find,save, etc) will only work when the framework has information about how a class is persisted in the database. This exception indicates that no information about the objects class can be found.

Check for spelling mistakes, or case sensitivity in the mapping as a first step in diagnosing the error.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

NoClassMapException Members | AtomsFramework Namespace