Class CacheEntryProcessorException
An exception to indicate a problem occurred attempting to execute an ICacheEntryProcessor<TK, TV, TArg, TRes> against an entry.
Namespace: Apache.Ignite.Core.Cache
Assembly: Apache.Ignite.Core.dll
Syntax
public class CacheEntryProcessorException : IgniteException
Constructors
CacheEntryProcessorException()
Initializes a new instance of the CacheEntryProcessorException class.
Declaration
public CacheEntryProcessorException()
CacheEntryProcessorException(Exception)
Initializes a new instance of the CacheEntryProcessorException class.
Declaration
public CacheEntryProcessorException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Exception | innerException | The inner exception. |
CacheEntryProcessorException(SerializationInfo, StreamingContext)
Initializes a new instance of the CacheEntryProcessorException class.
Declaration
protected CacheEntryProcessorException(SerializationInfo info, StreamingContext ctx)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialization information. |
StreamingContext | ctx | Streaming context. |
CacheEntryProcessorException(String)
Initializes a new instance of the CacheEntryProcessorException class.
Declaration
public CacheEntryProcessorException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
CacheEntryProcessorException(String, Exception)
Initializes a new instance of the CacheEntryProcessorException class.
Declaration
public CacheEntryProcessorException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | cause | The cause. |