Table of Contents

Constructor TimeoutException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

TimeoutException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an TimeoutException from a serialized stream.

protected TimeoutException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

a SerializationInfo object holding the serialized state of the TimeoutException.

context StreamingContext

a StreamingContext object providing context about the serialization operation.

TimeoutException()

Create a new TimeoutException with default parameters.

public TimeoutException()

TimeoutException(string)

Create a new TimeoutException.

public TimeoutException(string message)

Parameters

message string

A message explaining the exception.

TimeoutException(string, string)

Create a new TimeoutException.

public TimeoutException(string operation, string message)

Parameters

operation string

The failed operation.

message string

A message explaining the exception.

TimeoutException(string, Exception)

Create a new TimeoutException.

public TimeoutException(string message, Exception innerException)

Parameters

message string

A message explaining the exception.

innerException Exception

A nested exception that caused the TimeoutException to be thrown.

TimeoutException(string, string, Exception)

Create a new TimeoutException.

public TimeoutException(string operation, string message, Exception innerException)

Parameters

operation string

The failed operation.

message string

A message explaining the exception.

innerException Exception

A nested exception that caused the TimeoutException to be thrown.