次の方法で共有


MigrationsPendingException コンストラクター

定義

オーバーロード

MigrationsPendingException()

MigrationsPendingException クラスの新しいインスタンスを初期化します。

MigrationsPendingException(String)

MigrationsPendingException クラスの新しいインスタンスを初期化します。

MigrationsPendingException(String, Exception)

MigrationsPendingException クラスの新しいインスタンスを初期化します。

MigrationsPendingException()

MigrationsPendingException クラスの新しいインスタンスを初期化します。

public MigrationsPendingException ();
Public Sub New ()

適用対象

MigrationsPendingException(String)

MigrationsPendingException クラスの新しいインスタンスを初期化します。

public MigrationsPendingException (string message);
new System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException : string -> System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException
Public Sub New (message As String)

パラメーター

message
String

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

適用対象

MigrationsPendingException(String, Exception)

MigrationsPendingException クラスの新しいインスタンスを初期化します。

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

パラメーター

message
String

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

innerException
Exception

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

適用対象