Indicates that an expected getter or setter method could not be found on a class

Namespace: NHibernate
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      NHibernate.HibernateException
        NHibernate.MappingException
          NHibernate.PropertyNotFoundException