Table of Contents

Class OperationNotImplementedException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that an operation is not supported in the current version of the ScaleOut StateServer service.

[Serializable]
public class OperationNotImplementedException : ScaleoutException, ISerializable
Inheritance
OperationNotImplementedException
Implements
Inherited Members

Constructors

OperationNotImplementedException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an OperationNotImplementedException from a serialized stream.

OperationNotImplementedException(string, int, string)

Create a new OperationNotImplementedException.

OperationNotImplementedException(string, int, string, string)

Create a new OperationNotImplementedException.

OperationNotImplementedException(string, string)

Create a new OperationNotImplementedException.

OperationNotImplementedException(string, string, string)

Create a new OperationNotImplementedException.

OperationNotImplementedException(string, string, string, Exception)

Create a new OperationNotImplementedException.