MultipleCachedDataCouldNotBeSerializedException Class
The exception that is thrown when more than one cached data object could not be serialized in a document-level customization.
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.VisualStudio.Tools.Applications.Runtime::MultipleCachedDataCouldNotBeSerializedException
| Name | Description | |
|---|---|---|
![]() | MultipleCachedDataCouldNotBeSerializedException() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | MultipleCachedDataCouldNotBeSerializedException(array<CachedDataCouldNotBeSerializedException^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | MultipleCachedDataCouldNotBeSerializedException(array<CachedDataCouldNotBeSerializedException^>^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | MultipleCachedDataCouldNotBeSerializedException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | MultipleCachedDataCouldNotBeSerializedException(String^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetExceptions() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. (Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

