AutomaticMigrationsDisabledException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
前回の移行を適用した後に保留中のモデル変更があり、自動移行が無効になっている場合に発生するエラーを表します。
[System.Serializable]
public sealed class AutomaticMigrationsDisabledException : System.Data.Entity.Migrations.Infrastructure.MigrationsException
type AutomaticMigrationsDisabledException = class
inherit MigrationsException
Public NotInheritable Class AutomaticMigrationsDisabledException
Inherits MigrationsException
- 継承
- 属性
コンストラクター
| AutomaticMigrationsDisabledException() |
AutomaticMigrationsDisabledException クラスの新しいインスタンスを初期化します。 |
| AutomaticMigrationsDisabledException(String) |
AutomaticMigrationsDisabledException クラスの新しいインスタンスを初期化します。 |
| AutomaticMigrationsDisabledException(String, Exception) |
MigrationsException クラスの新しいインスタンスを初期化します。 |