Table of Contents

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

message string

The message that describes the error.