DataProviderException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示當數據提供者發生非預期的問題時所發生的例外狀況,例如遺漏註冊。
public ref class DataProviderException abstract : Exception
[System.Serializable]
public abstract class DataProviderException : Exception
[<System.Serializable>]
type DataProviderException = class
inherit Exception
Public MustInherit Class DataProviderException
Inherits Exception
- 繼承
-
DataProviderException
- 屬性
建構函式
DataProviderException() |
初始化 DataProviderException 類別的新執行個體。 |
DataProviderException(SerializationInfo, StreamingContext) |
使用序列化資料,初始化 DataProviderException 類別的新執行個體。 |
DataProviderException(String) |
指定錯誤訊息,初始化 DataProviderException 類別的新執行個體。 |
DataProviderException(String, Exception) |
初始化 類別的新實例 DataProviderException ,並指定錯誤訊息,以及造成這個例外狀況之內部例外狀況的參考。 |