Apache Ignite.NET
Apache.Ignite.Core.Cluster.ClusterTopologyException Class Reference

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

Inheritance diagram for Apache.Ignite.Core.Cluster.ClusterTopologyException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 ClusterTopologyException ()
 Initializes a new instance of the ClusterTopologyException class. More...
 
 ClusterTopologyException (string msg)
 Initializes a new instance of the ClusterTopologyException class. More...
 
 ClusterTopologyException (string message, Exception cause)
 Initializes a new instance of the ClusterTopologyException class. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException ()
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message)
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message, Exception cause)
 Initializes a new instance of the IgniteException class. More...
 

Protected Member Functions

 ClusterTopologyException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the ClusterTopologyException class. More...
 
- Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException class. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Cluster.ClusterTopologyException.ClusterTopologyException ( )
Apache.Ignite.Core.Cluster.ClusterTopologyException.ClusterTopologyException ( string  msg)
Parameters
msgException message.
Apache.Ignite.Core.Cluster.ClusterTopologyException.ClusterTopologyException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.
Apache.Ignite.Core.Cluster.ClusterTopologyException.ClusterTopologyException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization info.
ctxStreaming context.