CachedDataTypeMismatchException Class

Definition

The exception that is thrown when the XML serialized state of an object in the data cache does not match the type information for the object in the cached data manifest.

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

Remarks

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

Constructors

CachedDataTypeMismatchException()
CachedDataTypeMismatchException(String)
CachedDataTypeMismatchException(String, Exception)
CachedDataTypeMismatchException(Type)

Applies to