Initializes a new instance of the StateTransferInProgressException 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 StateTransferInProgressException(
	string error
)
Visual Basic
Public Sub New ( _
	error As String _
)
Visual C++
public:
StateTransferInProgressException(
	String^ error
)

Parameters

error
Type: System..::..String

See Also