Class DuplicateKeyException
- Namespace
- RentADeveloper.AutoIndexCache.Exceptions
- Assembly
- RentADeveloper.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
messagestringThe message that describes the error.