public PropertyAccessException ( Exception innerException, string message, bool wasSetter, System persistentType, string propertyName ) : System |
innerException |
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 |
string |
The message that describes the error. |
wasSetter |
bool |
A indicating if this was a "setter" operation. |
persistentType |
System |
The that NHibernate was trying find the Property or Field in. |
propertyName |
string |
The mapped property name that was trying to be accessed. |
Результат |
System |
|