次の方法で共有


MigrationsPendingException クラス

定義

データベースに適用されていない既存の移行があるため、操作を実行できない場合にスローされます。

[System.Serializable]
public sealed class MigrationsPendingException : System.Data.Entity.Migrations.Infrastructure.MigrationsException
type MigrationsPendingException = class
    inherit MigrationsException
Public NotInheritable Class MigrationsPendingException
Inherits MigrationsException
継承
MigrationsPendingException
属性

コンストラクター

MigrationsPendingException()

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

MigrationsPendingException(String, Exception)

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

MigrationsPendingException(String)

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

適用対象