Search Results for

    Show / Hide Table of Contents

    Class IgniteIllegalStateException

    Indicates that ignite in invalid state was accessed.

    Inheritance
    object
    Exception
    IgniteException
    IgniteIllegalStateException
    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.Common
    Assembly: Apache.Ignite.Core.dll
    Syntax
    [SuppressMessage("Microsoft.Usage", "CA2240:ImplementISerializableCorrectly", Justification = "No need to implement GetObjectData because there are no custom fields.")]
    [Serializable]
    public class IgniteIllegalStateException : IgniteException, ISerializable

    Constructors

    IgniteIllegalStateException()

    Initializes a new instance of the IgniteIllegalStateException class.

    Declaration
    public IgniteIllegalStateException()

    IgniteIllegalStateException(SerializationInfo, StreamingContext)

    Initializes a new instance of the IgniteIllegalStateException class.

    Declaration
    protected IgniteIllegalStateException(SerializationInfo info, StreamingContext ctx)
    Parameters
    Type Name Description
    SerializationInfo info

    Serialization information.

    StreamingContext ctx

    Streaming context.

    IgniteIllegalStateException(string)

    Initializes a new instance of the IgniteIllegalStateException class.

    Declaration
    public IgniteIllegalStateException(string message)
    Parameters
    Type Name Description
    string message

    The message that describes the error.

    IgniteIllegalStateException(string, Exception)

    Initializes a new instance of the IgniteIllegalStateException class.

    Declaration
    public IgniteIllegalStateException(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