Table of Contents

Class ReadThroughTimeoutException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll
A <xref href="Scaleout.Client.ScaleoutException" data-throw-if-not-resolved="false"></xref> specialization indicating that 
a read-through operation to a backing store (such as a database) 

or a remote GeoServer store has timed out.

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

Constructors

ReadThroughTimeoutException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ReadThroughTimeoutException from a serialized stream.

ReadThroughTimeoutException(string, int, string)

Create a new ReadThroughTimeoutException.

ReadThroughTimeoutException(string, int, string, string)

Create a new ReadThroughTimeoutException.

ReadThroughTimeoutException(string, int, string, string, Exception)

Create a new ReadThroughTimeoutException.

ReadThroughTimeoutException(string, string)

Create a new ReadThroughTimeoutException.

ReadThroughTimeoutException(string, string, string)

Create a new ReadThroughTimeoutException.

ReadThroughTimeoutException(string, string, string, Exception)

Create a new ReadThroughTimeoutException.