ItemNotInCacheException Class

Definition

The exception that is thrown when an attempt is made to retrieve an item from the data cache in a document-level customization, but the item does not exist.

public ref class ItemNotInCacheException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class ItemNotInCacheException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type ItemNotInCacheException = class
    inherit RuntimeException
Public NotInheritable Class ItemNotInCacheException
Inherits RuntimeException
Inheritance
ItemNotInCacheException
Attributes

Remarks

For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.

Constructors

ItemNotInCacheException()
ItemNotInCacheException(String)
ItemNotInCacheException(String, Exception)
ItemNotInCacheException(String, String)
ItemNotInCacheException(String, String, Exception)

Applies to