Table of Contents

Class ObjectNotFoundException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that an error occurred because the object associated with the provided key was not found.

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

Constructors

ObjectNotFoundException()

Create a new ObjectNotFoundException.

ObjectNotFoundException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ObjectNotFoundException from a serialized stream.

ObjectNotFoundException(string, int, string)

Create a new ObjectNotFoundException.

ObjectNotFoundException(string, int, string, string)

Create a new ObjectNotFoundException.

ObjectNotFoundException(string, int, string, string, Exception)

Create a new ObjectNotFoundException.

ObjectNotFoundException(string, string)

Create a new ObjectNotFoundException.

ObjectNotFoundException(string, string, string)

Create a new ObjectNotFoundException.

ObjectNotFoundException(string, string, string, Exception)

Create a new ObjectNotFoundException.