AutomaticMigrationsDisabledException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an error that occurs when there are pending model changes after applying the last migration and automatic migration is disabled.
[System.Serializable]
public sealed class AutomaticMigrationsDisabledException : System.Data.Entity.Migrations.Infrastructure.MigrationsException
type AutomaticMigrationsDisabledException = class
inherit MigrationsException
Public NotInheritable Class AutomaticMigrationsDisabledException
Inherits MigrationsException
- Inheritance
- Attributes
Constructors
AutomaticMigrationsDisabledException() |
Initializes a new instance of the AutomaticMigrationsDisabledException class. |
AutomaticMigrationsDisabledException(String, Exception) |
Initializes a new instance of the MigrationsException class. |
AutomaticMigrationsDisabledException(String) |
Initializes a new instance of the AutomaticMigrationsDisabledException class. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework