A problem occurred accessing a property of an instance of a persistent class by reflection

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PropertyAccessException _
	Inherits HibernateException _
	Implements ISerializable
C#
[SerializableAttribute]
public class PropertyAccessException : HibernateException, 
	ISerializable
Visual C++
[SerializableAttribute]
public ref class PropertyAccessException : public HibernateException, 
	ISerializable
JavaScript
NHibernate.PropertyAccessException = function();

Type.createClass(
	'NHibernate.PropertyAccessException',
	NHibernate.HibernateException,
	ISerializable);

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      NHibernate..::.HibernateException
        NHibernate..::.PropertyAccessException

See Also