Table of Contents

Class ItemsListNotFilledYetException

Namespace
AutoIndexCache
Assembly
AutoIndexCache.dll

Thrown when an attempt was made to access the items in a ItemsList<TItem> when the list has not been filled with items yet.

public class ItemsListNotFilledYetException : Exception, ISerializable
Inheritance
ItemsListNotFilledYetException
Implements
Inherited Members

Constructors

ItemsListNotFilledYetException(string)

Initializes a new instance of the Exception class with a specified error message.

public ItemsListNotFilledYetException(string message)

Parameters

message string

The message that describes the error.