Table of Contents

Class RemoteStoreAccessException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that an access error to a remote store occured. This may be due to a timeout or network outage. This exception is thrown only during synchronous remote store operations (reading an object for the first time, peforming a locking read, or explicitly forcing a remote read).

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

Constructors

RemoteStoreAccessException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an RemoteStoreAccessException from a serialized stream.

RemoteStoreAccessException(string, int, string)

Create a new RemoteStoreAccessException.

RemoteStoreAccessException(string, int, string, string)

Create a new RemoteStoreAccessException.

RemoteStoreAccessException(string, string)

Create a new RemoteStoreAccessException.

RemoteStoreAccessException(string, string, string)

Create a new RemoteStoreAccessException.

RemoteStoreAccessException(string, string, string, Exception)

Create a new RemoteStoreAccessException.