MissingHostItemIdException Class

Definition

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
MissingHostItemIdException
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)
MissingHostItemIdException(String, Exception)

Applies to