Search Results for

    Show / Hide Table of Contents

    Class CacheEntryProcessorException

    An exception to indicate a problem occurred attempting to execute an ICacheEntryProcessor<TK, TV, TArg, TRes> against an entry.

    Inheritance
    object
    Exception
    IgniteException
    CacheEntryProcessorException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Apache.Ignite.Core.Cache
    Assembly: Apache.Ignite.Core.dll
    Syntax
    [Serializable]
    public class CacheEntryProcessorException : IgniteException, ISerializable

    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
    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
    string message

    The message.

    Exception cause

    The cause.

    Implements

    ISerializable
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation