AtomsFramework Persistence Layer Reference Guide

NoColumnException Class

[This is preliminary documentation and subject to change.]

Exception to indicate that a column named in the XML mapping does not exist

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.NoColumnException

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

When the persistence broker initialises it checks for the existence of the named column in the table. If the column cannot be found it will cause this exception to be thrown.

Check the spelling of the column attribute in the mapping

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

NoColumnException Members | AtomsFramework Namespace