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

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

Syntax

C#
[SerializableAttribute]
public class PropertyAccessException : HibernateException, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class PropertyAccessException _
	Inherits HibernateException _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class PropertyAccessException : public HibernateException, 
	ISerializable

Inheritance Hierarchy

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

See Also