ReadThroughTimeoutException Constructor (String, String)

ScaleOut Software NamedCache API

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public ReadThroughTimeoutException(
	string operation,
	string key
)

Parameters

operation
Type: SystemString
the StateServer operation (e.g. create, read, update, delete) that failed
key
Type: SystemString
a human-readable representation of the StateServer key corresponding to the object on which the failed StateServer operation was performed.
See Also

Reference