Table of Contents

Class NoActiveRemoteStoreException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that none of the remote stores from the list provided to the SetRemoteStoreAccess method is active or exists.

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

Constructors

NoActiveRemoteStoreException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an NoActiveRemoteStoreException from a serialized stream.

NoActiveRemoteStoreException(string, int, string)

Create a new NoActiveRemoteStoreException.

NoActiveRemoteStoreException(string, int, string, string)

Create a new NoActiveRemoteStoreException.

NoActiveRemoteStoreException(string, string)

Create a new NoActiveRemoteStoreException.

NoActiveRemoteStoreException(string, string, string)

Create a new NoActiveRemoteStoreException.

NoActiveRemoteStoreException(string, string, string, Exception)

Create a new NoActiveRemoteStoreException.