共用方式為


NonCacheableTypeException 類別 (2007 系統)

更新:2007 年 11 月

嘗試快取文件層級自訂中的物件,但物件的型別不是 DataSetDataTable,或符合 快取資料 中所指定之需求的型別時,所擲回的例外狀況。

命名空間:  Microsoft.VisualStudio.Tools.Applications.Runtime
組件:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (在 Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll 中)

語法

<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class NonCacheableTypeException _
    Inherits RuntimeException

Dim instance As NonCacheableTypeException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class NonCacheableTypeException : RuntimeException

備註

如需快取文件層級自訂中的資料之詳細資訊,請參閱快取資料存取伺服器文件中的資料

繼承階層架構

System.Object
  System.Exception
    Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
      Microsoft.VisualStudio.Tools.Applications.Runtime.NonCacheableTypeException

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

NonCacheableTypeException 成員

Microsoft.VisualStudio.Tools.Applications.Runtime 命名空間

其他資源

快取資料

存取伺服器文件中的資料