Table of Contents

Class MissingKeyException

Namespace
DynamicData
Assembly
DynamicData.dll

Thrown when a key is expected in a cache but not found.

public class MissingKeyException : Exception, ISerializable
Inheritance
MissingKeyException
Implements
Inherited Members

Constructors

MissingKeyException()

Initializes a new instance of the MissingKeyException class.

public MissingKeyException()

MissingKeyException(string)

Initializes a new instance of the MissingKeyException class.

public MissingKeyException(string message)

Parameters

message string

The message that describes the error.

MissingKeyException(string, Exception)

Initializes a new instance of the MissingKeyException class.

public MissingKeyException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

A inner exception with further information.