Class MemberUnavailableException
Indicates that remote member cannot be replicated because it is unreachable through the network.
Implements
Inherited Members
Namespace: DotNext.Net.Cluster
Assembly: DotNext.Net.Cluster.dll
Syntax
public class MemberUnavailableException : IOException, ISerializable
Constructors
| Edit this page View SourceMemberUnavailableException(IClusterMember, string, Exception?)
Indicates that remote member cannot be replicated because it is unreachable through the network.
Declaration
public MemberUnavailableException(IClusterMember member, string message, Exception? innerException = null)
Parameters
Type | Name | Description |
---|---|---|
IClusterMember | member | The unavailable member. |
string | message | Human-readable text describing the issue. |
Exception | innerException | The underlying network-related exception. |
Properties
| Edit this page View SourceMember
Gets unavailable member.
Declaration
public IClusterMember Member { get; }
Property Value
Type | Description |
---|---|
IClusterMember |