Namespaces

Types

Type PropertyAccessException

Namespace NHibernate

Parent HibernateException

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

Exception GetBaseException()

Parameters
return Exception

int GetHashCode()

Parameters
return int

void GetObjectData(SerializationInfo info, StreamingContext context)

Sets the serialization info for PropertyAccessException after getting the info from the base Exception.
Parameters
SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown.
StreamingContext context The StreamingContext that contains contextual information about the source or destination.

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

IDictionary Data get;

return IDictionary

Exception InnerException get;

return Exception

string Message get;

Gets a message that describes the current PropertyAccessException .
return string

Type PersistentType get;

Gets the Type that NHibernate was trying find the Property or Field in.
return Type

string Source get; set;

return string

string StackTrace get;

return string

MethodBase TargetSite get;

return MethodBase