NotReadyException Constructor (String, Exception)

ScaleOut Software NamedCache API
Create a new NotReadyException.

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

public NotReadyException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
A message explaining the exception.
innerException
Type: SystemException
A nested exception that caused the NotReadyException to be thrown.
See Also

Reference