Apache Ignite.NET
Apache.Ignite.Core.Cache.CacheEntryProcessorException Class Reference

An exception to indicate a problem occurred attempting to execute an ICacheEntryProcessor<K, V, A, R> against an entry. More...

Inheritance diagram for Apache.Ignite.Core.Cache.CacheEntryProcessorException:
Apache.Ignite.Core.Common.IgniteException

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...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException ( )
Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.
Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException ( Exception  innerException)
Parameters
innerExceptionThe inner exception.
Apache.Ignite.Core.Cache.CacheEntryProcessorException.CacheEntryProcessorException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.