共用方式為


ProviderIncompatibleException 類別

定義

當存放區提供者顯示與實體用戶端提供者不相容的行為時,就會擲回此例外狀況

[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 的新執行個體。

ProviderIncompatibleException(String)

使用特定的錯誤訊息,初始化 ProviderIncompatibleException 的新執行個體。

ProviderIncompatibleException(String, Exception)

初始化使用所指定錯誤訊息的 ProviderIncompatibleException 的新執行個體。

適用於