Initializes a new instance of the ClusterMembershipChangingException class

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#
public ClusterMembershipChangingException(
	string error,
	Exception exception
)
Visual Basic
Public Sub New ( _
	error As String, _
	exception As Exception _
)
Visual C++
public:
ClusterMembershipChangingException(
	String^ error, 
	Exception^ exception
)

Parameters

error
Type: System..::..String
exception
Type: System..::..Exception

See Also