Exception occuring when NHibernate.Mapping.Attributes finds an error in your mapping (using its .NET attributes). Most of the time, the error is due to an omission of a required type/name in the mapping.

Namespace: NHibernate.Mapping.Attributes
Assembly:   NHibernate.Mapping.Attributes (in NHibernate.Mapping.Attributes)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MappingException _
	Inherits ApplicationException
C#
[SerializableAttribute]
public class MappingException : ApplicationException
Visual C++
[SerializableAttribute]
public ref class MappingException : public ApplicationException

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      NHibernate.Mapping.Attributes.MappingException