AutomaticDataLossException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示自动迁移会导致数据丢失时发生的错误。
[System.Serializable]
public sealed class AutomaticDataLossException : System.Data.Entity.Migrations.Infrastructure.MigrationsException
type AutomaticDataLossException = class
inherit MigrationsException
Public NotInheritable Class AutomaticDataLossException
Inherits MigrationsException
- 继承
- 属性
构造函数
AutomaticDataLossException() |
初始化 AutomaticDataLossException 类的新实例。 |
AutomaticDataLossException(String) |
初始化 AutomaticDataLossException 类的新实例。 |
AutomaticDataLossException(String, Exception) |
初始化 MigrationsException 类的新实例。 |