MissingTypeException Class

Definition

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

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

Remarks

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

Constructors

MissingTypeException()
MissingTypeException(String)
MissingTypeException(String, Exception)
MissingTypeException(String, String)

Applies to