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

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Inheritance Hierarchy

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

See Also