AtomsFramework Persistence Layer Reference Guide

NoXmlException Class

[This is preliminary documentation and subject to change.]

Exception to indicate the XML mapping file could not be opened.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.NoXmlException

[Visual Basic]
NotInheritable Public Class NoXmlException
    Inherits AtomsFrameworkException
[C#]
public sealed class NoXmlException : 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 the XML mapping file either does not exist, or you do not have permissions to open the file. If a specific XML file name is used it could also indicate a typing error.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

NoXmlException Members | AtomsFramework Namespace