Chili.Opf3 Send comments on this topic.
MappingException Class
See Also  Members  
Chili.Opf3.Mapping Namespace : MappingException Class




Exception is thrown if the mapping for a persistent object couldn't been constructed.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class MappingException 
   Inherits Exception
Visual Basic (Usage)Copy Code
Dim instance As MappingException
C# 
public sealed class MappingException : Exception 
Managed Extensions for C++ 
public __gc __sealed class MappingException : public Exception 
C++/CLI 
public ref class MappingException sealed : public Exception 

Remarks

This exception is thrown if the mapping for a persistent object couldn't been constructed. Reasons for this excepciotn could be: the same field has been mapped to more then one property or the PersistentAttribute is missing on the class.

Inheritance Hierarchy

System.Object
   System.Exception
      Chili.Opf3.Mapping.MappingException

Requirements

Namespace: Chili.Opf3.Mapping

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also