SessionMixingException Methods
An exception that is thrown when a persistent object that belongs to a specific session is used within another session or refers to an object from another session.
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. Inherited from Exception. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
When overridden in a derived class, sets the Serialization |
Get |
Gets the runtime type of the current instance. Inherited from Exception. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Creates and returns a string representation of the current exception. Inherited from Exception. |
See Also