Namespaces

Types

Type StaleObjectStateException

Namespace NHibernate

Parent StaleStateException

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 StaleObjectStateException 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

object Identifier get;

Gets the identifier of the object that is stale.
return object

Exception InnerException get;

return Exception

string Message get;

Gets a message that describes the current StaleObjectStateException .
return string

Type PersistentType get;

Gets the Type that NHibernate was trying to update in the database.
return Type

string Source get; set;

return string

string StackTrace get;

return string

MethodBase TargetSite get;

return MethodBase