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 类的新实例。

适用于