Thrown whenever an operation is performed on Cache and state transfer is in progress

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
[SerializableAttribute]
public class ClusterMembershipChangingException : Exception, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class ClusterMembershipChangingException _
	Inherits Exception _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class ClusterMembershipChangingException : public Exception, 
	ISerializable

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Alachisoft.NCache.Runtime.Exceptions..::..ClusterMembershipChangingException

See Also