Class KeySelectorException
- Namespace
- DynamicData.Cache.Internal
- Assembly
- DynamicData.dll
An exception that happens when there is a problem with the key selector.
public class KeySelectorException : Exception, ISerializable
- Inheritance
-
KeySelectorException
- Implements
- Inherited Members
Constructors
KeySelectorException()
Initializes a new instance of the KeySelectorException class.
public KeySelectorException()
KeySelectorException(string)
Initializes a new instance of the KeySelectorException class with a specified error message.
public KeySelectorException(string message)
Parameters
message
stringThe message that describes the error.
KeySelectorException(string, Exception)
Initializes a new instance of the KeySelectorException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public KeySelectorException(string message, Exception innerException)