Show / Hide Table of Contents

Class MemberUnavailableException

Indicates that remote member cannot be replicated because it is unreachable through the network.

Inheritance
object
Exception
SystemException
IOException
MemberUnavailableException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Net.Cluster
Assembly: DotNext.Net.Cluster.dll
Syntax
public class MemberUnavailableException : IOException, ISerializable

Constructors

View Source

MemberUnavailableException(IClusterMember, string?, Exception?)

Indicates that remote member cannot be replicated because it is unreachable through the network.

Declaration
public MemberUnavailableException(IClusterMember member, string? message = null, 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

View Source

Member

Gets unavailable member.

Declaration
public IClusterMember Member { get; }
Property Value
Type Description
IClusterMember

Implements

ISerializable

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾