MissingDataIdException Class

Definition

The exception that is thrown when a ServerDocument object is saved while the cached data manifest contains a CachedDataItem with an Id property that is null or an empty string.

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

Remarks

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

Constructors

MissingDataIdException()
MissingDataIdException(String)
MissingDataIdException(String, Exception)
MissingDataIdException(String, String)

Applies to