Click or drag to resize
Akka.NETClusterSingletonManagerIsStuckException Constructor (String)
Initializes a new instance of the ClusterSingletonManagerIsStuckException class.

Namespace:  Akka.Cluster.Tools.Singleton
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterSingletonManagerIsStuckException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also