Class ClusterTopologyException
Indicates an error with grid topology (e.g., crashed node, etc.)
Namespace: Apache.Ignite.Core.Cluster
Assembly: Apache.Ignite.Core.dll
Syntax
public class ClusterTopologyException : IgniteExceptionConstructors
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 | 
|---|---|---|
| System.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 | 
|---|---|---|
| System.String | message | The message. | 
| Exception | cause | The cause. |