Class ItemsLoaderReturnedNullException
- Namespace
- RentADeveloper.AutoIndexCache.Exceptions
- Assembly
- RentADeveloper.AutoIndexCache.dll
Thrown when a cache items loader has returned a null reference instead of a list of cache items.
public class ItemsLoaderReturnedNullException : Exception, ISerializable
- Inheritance
-
ItemsLoaderReturnedNullException
- Implements
- Inherited Members
Constructors
ItemsLoaderReturnedNullException(string)
Initializes a new instance of the Exception class with a specified error message.
public ItemsLoaderReturnedNullException(string message)
Parameters
messagestringThe message that describes the error.