CacheAlreadyLoadedException Class

Definition

The exception that is thrown when a document-level customization attempts to load the data cache in a document after the data cache has already been loaded.

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

Remarks

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

Constructors

CacheAlreadyLoadedException()
CacheAlreadyLoadedException(String)
CacheAlreadyLoadedException(String, Exception)
CacheAlreadyLoadedException(String, String)
CacheAlreadyLoadedException(String, String, Exception)

Applies to