Class MissingItemsLoaderException
- Namespace
- RentADeveloper.AutoIndexCache.Exceptions
- Assembly
- RentADeveloper.AutoIndexCache.dll
Thrown when an attempt was made to access cached items of certain type when no cache items loader has been set yet for that cache item type.
public class MissingItemsLoaderException : Exception, ISerializable
- Inheritance
-
MissingItemsLoaderException
- Implements
- Inherited Members
Constructors
MissingItemsLoaderException(string)
Initializes a new instance of the Exception class with a specified error message.
public MissingItemsLoaderException(string message)
Parameters
messagestringThe message that describes the error.