Class StateTransferInProgressException
Thrown whenever an operation is performed on Cache and state transfer is in progress
Inheritance
System.Object
StateTransferInProgressException
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class StateTransferInProgressException : Exception, ISerializable
Constructors
StateTransferInProgressException(SerializationInfo, StreamingContext)
Declaration
public StateTransferInProgressException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
StateTransferInProgressException(String)
Declaration
public StateTransferInProgressException(String error)
Parameters
Type | Name | Description |
---|---|---|
String | error |
StateTransferInProgressException(String, Exception)
Declaration
public StateTransferInProgressException(String error, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
String | error | |
Exception | exception |