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或符合快取數據中所指定需求的類型。

適用於