Search Results for

    Show / Hide Table of Contents

    Class ClusterTopologyException

    Indicates an error with grid topology (e.g., crashed node, etc.)

    Inheritance
    object
    Exception
    IgniteException
    ClusterTopologyException
    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.Cluster
    Assembly: Apache.Ignite.Core.dll
    Syntax
    [Serializable]
    public class ClusterTopologyException : IgniteException, ISerializable

    Constructors

    ClusterTopologyException()

    Initializes a new instance of the ClusterTopologyException class.

    Declaration
    public ClusterTopologyException()

    ClusterTopologyException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ClusterTopologyException class.

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

    Serialization info.

    StreamingContext ctx

    Streaming context.

    ClusterTopologyException(string)

    Initializes a new instance of the ClusterTopologyException class.

    Declaration
    public ClusterTopologyException(string msg)
    Parameters
    Type Name Description
    string msg

    Exception message.

    ClusterTopologyException(string, Exception)

    Initializes a new instance of the ClusterTopologyException class.

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