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

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

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
JavaScript
NHibernate.PropertyNotFoundException = function();

Type.createClass(
	'NHibernate.PropertyNotFoundException',
	NHibernate.MappingException);

Inheritance Hierarchy

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

See Also