Class ClusterJoinFailedException
Exception thrown, when JoinAsync(Address, CancellationToken) or JoinSeedNodesAsync(IEnumerable<Address>, CancellationToken) fails to succeed.
Implements
Inherited Members
Namespace: Akka.Cluster
Assembly: Akka.Cluster.dll
Syntax
public class ClusterJoinFailedException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceClusterJoinFailedException(SerializationInfo, StreamingContext)
Initializes a new instance of the ClusterJoinFailedException class.
Declaration
protected ClusterJoinFailedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
ClusterJoinFailedException(String)
Declaration
public ClusterJoinFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |