StateServerException Constructor (String, Int32, String)

ScaleOut Software NamedCache API
Create a new StateServerException.

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

public StateServerException(
	string operation,
	int statusCode,
	string key
)

Parameters

operation
Type: SystemString
the StateServer operation (e.g. create, read, update, delete) which failed
statusCode
Type: SystemInt32
the status code returned from StateServer
key
Type: SystemString
a human-readable representation of the StateServer key corresponding to the object on which the failed StateServer operation was performed.
Remarks

This constructor overload formats an exception message automatically from the operation, statusCode and key values.
See Also

Reference