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