![]() |
Apache Ignite.NET
|
An exception to indicate a problem occurred attempting to execute an ICacheEntryProcessor<K, V, A, R> against an entry. More...
Public Member Functions | |
| CacheEntryProcessorException () | |
| Initializes a new instance of the CacheEntryProcessorException class. More... | |
| CacheEntryProcessorException (string message) | |
| Initializes a new instance of the CacheEntryProcessorException class. More... | |
| CacheEntryProcessorException (string message, Exception cause) | |
| Initializes a new instance of the CacheEntryProcessorException class. More... | |
| CacheEntryProcessorException (Exception innerException) | |
| Initializes a new instance of the CacheEntryProcessorException 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 | |
| CacheEntryProcessorException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the CacheEntryProcessorException 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.CacheEntryProcessorException.CacheEntryProcessorException | ( | ) |
| Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException | ( | string | message | ) |
| message | The message that describes the error. |
| Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException | ( | string | message, |
| Exception | cause | ||
| ) |
| message | The message. |
| cause | The cause. |
| Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException | ( | Exception | innerException | ) |
| innerException | The inner exception. |
|
protected |
| info | Serialization information. |
| ctx | Streaming context. |