MissingHostItemIdException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when a ServerDocument object is saved while the cached data manifest contains a CachedDataHostItem with an Id property that is null
or an empty string.
public ref class MissingHostItemIdException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class MissingHostItemIdException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type MissingHostItemIdException = class
inherit RuntimeException
Public NotInheritable Class MissingHostItemIdException
Inherits RuntimeException
- Inheritance
- Attributes
Remarks
For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.
Constructors
MissingHostItemIdException() | |
MissingHostItemIdException(Int32) | |
MissingHostItemIdException(String, Exception) | |
MissingHostItemIdException(String) |