ItemAlreadyInCacheException Class

Definition

The exception that is thrown when an attempt is made to add an item to the data cache in a document-level customization, but the item already exists in the cache.

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

Remarks

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

Constructors

ItemAlreadyInCacheException()
ItemAlreadyInCacheException(String)
ItemAlreadyInCacheException(String, Exception)
ItemAlreadyInCacheException(String, String)
ItemAlreadyInCacheException(String, String, Exception)

Applies to