CachedDataCouldNotBeSerializedException Class

Definition

The exception that is thrown when an attempt to serialize cached data in a document-level customization fails.

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

Remarks

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

Constructors

CachedDataCouldNotBeSerializedException()
CachedDataCouldNotBeSerializedException(String)
CachedDataCouldNotBeSerializedException(String, Exception)
CachedDataCouldNotBeSerializedException(String, String)
CachedDataCouldNotBeSerializedException(String, String, Exception)
CachedDataCouldNotBeSerializedException(String, String, String)
CachedDataCouldNotBeSerializedException(String, String, String, Exception)

Applies to