NonCacheableTypeException 类

定义

尝试在文档级自定义项中缓存对象时引发的异常,但对象的类型不是 DataSetDataTable或满足缓存数据中指定的要求的类型。

public ref class NonCacheableTypeException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class NonCacheableTypeException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type NonCacheableTypeException = class
    inherit RuntimeException
Public NotInheritable Class NonCacheableTypeException
Inherits RuntimeException
继承
NonCacheableTypeException
属性

注解

有关在文档级自定义项中缓存数据的详细信息,请参阅缓存数据和访问服务器上的文档中的数据

构造函数

NonCacheableTypeException()

尝试在文档级自定义项中缓存对象时引发的异常,但对象的类型不是 DataSetDataTable或满足缓存数据中指定的要求的类型。

NonCacheableTypeException(String)

尝试在文档级自定义项中缓存对象时引发的异常,但对象的类型不是 DataSetDataTable或满足缓存数据中指定的要求的类型。

NonCacheableTypeException(String, Exception)

尝试在文档级自定义项中缓存对象时引发的异常,但对象的类型不是 DataSetDataTable或满足缓存数据中指定的要求的类型。

适用于