An exception that usually occurs at configuration time, rather than runtime, as a result of
something screwy in the O-R mappings
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class MappingException _ Inherits HibernateException |
C# |
---|
[SerializableAttribute] public class MappingException : HibernateException |
Visual C++ |
---|
[SerializableAttribute] public ref class MappingException : public HibernateException |
JavaScript |
---|
NHibernate.MappingException = function(); Type.createClass( 'NHibernate.MappingException', NHibernate.HibernateException); |
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate..::.MappingException
NHibernate..::.DuplicateMappingException
NHibernate..::.InvalidProxyTypeException
NHibernate..::.PropertyNotFoundException
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate..::.MappingException
NHibernate..::.DuplicateMappingException
NHibernate..::.InvalidProxyTypeException
NHibernate..::.PropertyNotFoundException