MigrationsPendingException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由于存在尚未应用于数据库的现有迁移而无法执行操作时引发。
[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(String, Exception) |
初始化 MigrationsPendingException 类的新实例。 |
MigrationsPendingException(String) |
初始化 MigrationsPendingException 类的新实例。 |