Table of Contents

Class ScaleoutServiceUnavailableException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that a ScaleOut call failed because the client was unable to open a connection to the local StateServer.

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

Constructors

ScaleoutServiceUnavailableException()

Create a new ScaleoutServiceUnavailableException.

ScaleoutServiceUnavailableException(Exception)

Create a new ScaleoutServiceUnavailableException.

ScaleoutServiceUnavailableException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ScaleoutServiceUnavailableException from a serialized stream.

ScaleoutServiceUnavailableException(string)

Create a new ScaleoutServiceUnavailableException.

ScaleoutServiceUnavailableException(string, Exception)

Create a new ScaleoutServiceUnavailableException.