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
    System.Object
    System.Exception
    IgniteException
    CacheEntryProcessorException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Apache.Ignite.Core.Cache
    Assembly: Apache.Ignite.Core.dll
    Syntax
    [Serializable]
    public class CacheEntryProcessorException : IgniteException, ISerializable, _Exception

    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
    System.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
    System.Runtime.Serialization.SerializationInfo info

    Serialization information.

    System.Runtime.Serialization.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.

    System.Exception cause

    The cause.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top © 2015 - 2019 The Apache Software Foundation