Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual C++ |
---|
public:
PropertyAccessException(
Exception^ innerException,
String^ message,
bool wasSetter,
Type^ persistentType,
String^ propertyName
) |
Parameters
- innerException
- Type: System..::..Exception
The exception that is the cause of the current exception. If the innerException parameter
is not a null reference, the current exception is raised in a catch block that handles
the inner exception.
- message
- Type: System..::..String
The message that describes the error.
- wasSetter
- Type: System..::..Boolean
A Boolean indicating if this was a "setter" operation.
- persistentType
- Type: System..::..Type
The Type that NHibernate was trying find the Property or Field in.
- propertyName
- Type: System..::..String
The mapped property name that was trying to be accessed.
See Also