ProviderIncompatibleException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當存放區提供者顯示與實體用戶端提供者不相容的行為時,就會擲回此例外狀況
[System.Serializable]
public sealed class ProviderIncompatibleException : System.Data.Entity.Core.EntityException
type ProviderIncompatibleException = class
inherit EntityException
Public NotInheritable Class ProviderIncompatibleException
Inherits EntityException
- 繼承
- 屬性
建構函式
ProviderIncompatibleException() |
初始化 ProviderIncompatibleException 的新執行個體。 |
ProviderIncompatibleException(String) |
使用特定的錯誤訊息,初始化 ProviderIncompatibleException 的新執行個體。 |
ProviderIncompatibleException(String, Exception) |
初始化使用所指定錯誤訊息的 ProviderIncompatibleException 的新執行個體。 |