AtomsFramework Persistence Layer Reference Guide

XmlMappingException Class

[This is preliminary documentation and subject to change.]

Indicates an error in the XML mapping file.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.XmlMappingException

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

An error in the content or structure of the XML mapping file will cause this exception to be thrown. The message in the exception will indicate what the cause of the error is.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

XmlMappingException Members | AtomsFramework Namespace