Table of Contents

Class NotLicensedException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that a client cannot access State Server because the client is not licensed.

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

Remarks

This error could be a result of an unlicensed remote client attempting to access the store. Or, the server is only SessionServer-licensed.

Constructors

NotLicensedException()

Create a new NotLicensedException with default parameters.

NotLicensedException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an NotLicensedException from a serialized stream.

NotLicensedException(string)

Create a new NotLicensedException.

NotLicensedException(string, Exception)

Create a new NotLicensedException.