StaleDataException Constructor (String, String, String, Object, Exception)

ScaleOut Software NamedCache API
Create a new StaleDataException.

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

public StaleDataException(
	string operation,
	string key,
	string message,
	Object staleObj,
	Exception innerException
)

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.
message
Type: SystemString
a message describing this exception
staleObj
Type: SystemObject
the stale object
innerException
Type: SystemException
an underlying Exception which caused this StateServerException to be thrown.
See Also

Reference