MultipleCachedDataCouldNotBeSerializedException Class

Definition

The exception that is thrown when more than one cached data object could not be serialized in a document-level customization.

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

Remarks

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

Constructors

MultipleCachedDataCouldNotBeSerializedException()
MultipleCachedDataCouldNotBeSerializedException(CachedDataCouldNotBeSerializedException[])
MultipleCachedDataCouldNotBeSerializedException(CachedDataCouldNotBeSerializedException[], Exception)
MultipleCachedDataCouldNotBeSerializedException(String)
MultipleCachedDataCouldNotBeSerializedException(String, Exception)

Methods

GetExceptions()
GetObjectData(SerializationInfo, StreamingContext)

Applies to