Table of Contents

Constructor ScaleoutServiceUnavailableException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ScaleoutServiceUnavailableException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ScaleoutServiceUnavailableException from a serialized stream.

protected ScaleoutServiceUnavailableException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

a SerializationInfo object holding the serialized state of the ScaleoutServiceUnavailableException.

context StreamingContext

a StreamingContext object providing context about the serialization operation.

ScaleoutServiceUnavailableException()

public ScaleoutServiceUnavailableException()

ScaleoutServiceUnavailableException(Exception)

public ScaleoutServiceUnavailableException(Exception inner)

Parameters

inner Exception

ScaleoutServiceUnavailableException(string)

public ScaleoutServiceUnavailableException(string message)

Parameters

message string

ScaleoutServiceUnavailableException(string, Exception)

public ScaleoutServiceUnavailableException(string message, Exception inner)

Parameters

message string
inner Exception