Thrown when an attempt is made to release a lock not owned by the thread.
More...
Inherits Apache::Geode::Client::GeodeException.
|
| NotOwnerException (SerializationInfo^ info, StreamingContext context) |
| * Initializes a new instance of the class with serialized data. More...
|
|
Thrown when an attempt is made to release a lock not owned by the thread.
Apache::Geode::Client::NotOwnerException::NotOwnerException |
( |
| ) |
|
|
inline |
Apache::Geode::Client::NotOwnerException::NotOwnerException |
( |
String^ |
message | ) |
|
|
inline |
* Constructor to create an exception object with the given message.
*
- Parameters
-
message | The exception message. |
Apache::Geode::Client::NotOwnerException::NotOwnerException |
( |
String^ |
message, |
|
|
System::Exception^ |
innerException |
|
) |
| |
|
inline |
* Constructor to create an exception object with the given message * and with the given inner exception.
*
- Parameters
-
message | The exception message. |
*
- Parameters
-
innerException | The inner exception object. |
Apache::Geode::Client::NotOwnerException::NotOwnerException |
( |
SerializationInfo^ |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inlineprotected |
* Initializes a new instance of the class with serialized data.
- This allows deserialization of this exception in .NET remoting. *
*
- Parameters
-
info | * holds the serialized object data about the exception being thrown * |
*
- Parameters
-
context | * contains contextual information about the source or destination * |