CachedDataTypeMismatchException Class
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.
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::CachedDataTypeMismatchException
| Name | Description | |
|---|---|---|
![]() | CachedDataTypeMismatchException() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | CachedDataTypeMismatchException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | CachedDataTypeMismatchException(String^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | CachedDataTypeMismatchException(Type^) | 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.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | 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.

