AtomsFramework Persistence Layer Reference Guide

NoAttributeMapException Class

[This is preliminary documentation and subject to change.]

Exception to indicate that there is no AttributeMap for a property of an object.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.NoAttributeMapException

[Visual Basic]
NotInheritable Public Class NoAttributeMapException
    Inherits AtomsFrameworkException
[C#]
public sealed class NoAttributeMapException : 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 indicates that no mapping information is provided for the named property.

This usually occurs when new properties are added, or when typing errors are present in the XML mapping

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

NoAttributeMapException Members | AtomsFramework Namespace