Table of Contents

Class DuplicateKeyException

Namespace
AutoIndexCache
Assembly
AutoIndexCache.dll

Thrown when multiple cache items have the same key for a unique index.

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

Constructors

DuplicateKeyException(string)

Initializes a new instance of the Exception class with a specified error message.

public DuplicateKeyException(string message)

Parameters

message string

The message that describes the error.