![]() |
Apache Ignite.NET
|
Exception thrown from non-transactional cache in case when update succeeded only partially. More...
Public Member Functions | |
| CachePartialUpdateException () | |
| Initializes a new instance of the CachePartialUpdateException class. More... | |
| CachePartialUpdateException (string message) | |
| Initializes a new instance of the CachePartialUpdateException class. More... | |
| CachePartialUpdateException (string msg, Exception failedKeysException) | |
| Constructor. More... | |
| CachePartialUpdateException (string msg, IList< object > failedKeys) | |
| Constructor. More... | |
| IEnumerable< T > | GetFailedKeys< T > () |
| Gets the failed keys. More... | |
| override void | GetObjectData (SerializationInfo info, StreamingContext context) |
Public Member Functions inherited from Apache.Ignite.Core.Cache.CacheException | |
| CacheException () | |
| Initializes a new instance of the CacheException class. More... | |
| CacheException (string message) | |
| Initializes a new instance of the CacheException class. More... | |
| CacheException (string message, Exception cause) | |
| Initializes a new instance of the CacheException class. More... | |
Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException | |
| IgniteException () | |
| Initializes a new instance of the IgniteException class. More... | |
| IgniteException (string message) | |
| Initializes a new instance of the IgniteException class. More... | |
| IgniteException (string message, Exception cause) | |
| Initializes a new instance of the IgniteException class. More... | |
Protected Member Functions | |
| CachePartialUpdateException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the CachePartialUpdateException class. More... | |
Protected Member Functions inherited from Apache.Ignite.Core.Cache.CacheException | |
| CacheException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the CacheException class. More... | |
Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException | |
| IgniteException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the IgniteException class. More... | |
| Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException | ( | ) |
| Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException | ( | string | message | ) |
| message | The message that describes the error. |
|
protected |
| info | Serialization information. |
| ctx | Streaming context. |
| Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException | ( | string | msg, |
| Exception | failedKeysException | ||
| ) |
| msg | Exception message. |
| failedKeysException | Exception occurred during failed keys read/write. |
| Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException | ( | string | msg, |
| IList< object > | failedKeys | ||
| ) |
| msg | Exception message. |
| failedKeys | Failed keys. |
| IEnumerable<T> Apache.Ignite.Core.Cache.CachePartialUpdateException.GetFailedKeys< T > | ( | ) |
| override void Apache.Ignite.Core.Cache.CachePartialUpdateException.GetObjectData | ( | SerializationInfo | info, |
| StreamingContext | context | ||
| ) |