CannotRetrieveCachedDataException Class

Definition

The exception that is thrown when the cached data in the document is corrupted or missing.

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

Remarks

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

Constructors

CannotRetrieveCachedDataException()
CannotRetrieveCachedDataException(String)
CannotRetrieveCachedDataException(String, Exception)

Applies to