次の方法で共有


ProviderIncompatibleException コンストラクター

定義

オーバーロード

ProviderIncompatibleException()

ProviderIncompatibleException の新しいインスタンスを初期化します。

ProviderIncompatibleException(String)

専用のエラー メッセージを使用して、ProviderIncompatibleException の新しいインスタンスを初期化します。

ProviderIncompatibleException(String, Exception)

指定されたエラー メッセージを使用する ProviderIncompatibleException の新しいインスタンスを初期化します。

ProviderIncompatibleException()

ProviderIncompatibleException の新しいインスタンスを初期化します。

public ProviderIncompatibleException ();
Public Sub New ()

適用対象

ProviderIncompatibleException(String)

専用のエラー メッセージを使用して、ProviderIncompatibleException の新しいインスタンスを初期化します。

public ProviderIncompatibleException (string message);
new System.Data.Entity.Core.ProviderIncompatibleException : string -> System.Data.Entity.Core.ProviderIncompatibleException
Public Sub New (message As String)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象

ProviderIncompatibleException(String, Exception)

指定されたエラー メッセージを使用する ProviderIncompatibleException の新しいインスタンスを初期化します。

public ProviderIncompatibleException (string message, Exception innerException);
new System.Data.Entity.Core.ProviderIncompatibleException : string * Exception -> System.Data.Entity.Core.ProviderIncompatibleException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

エラーを説明するメッセージ。

innerException
Exception

現在の例外の原因である例外、または内部例外を指定しない場合は null 参照 (Visual Basic では Nothing) です。

適用対象