Method | Description | |
---|---|---|
StaleObjectStateException ( string entityName, object identifier ) : System |
Initializes a new instance of the StaleObjectStateException class.
|
Method | Description | |
---|---|---|
StaleObjectStateException ( |
Initializes a new instance of the StaleObjectStateException class with serialized data.
|
Method | Description | |
---|---|---|
GetObjectData ( |
protected StaleObjectStateException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public StaleObjectStateException ( string entityName, object identifier ) : System | ||
entityName | string | The EntityName that NHibernate was trying to update in the database. |
identifier | object | The identifier of the object that is stale. |
return | System |