MigrationsPendingException 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.
Thrown when an operation can't be performed because there are existing migrations that have not been applied to the database.
[System.Serializable]
public sealed class MigrationsPendingException : System.Data.Entity.Migrations.Infrastructure.MigrationsException
type MigrationsPendingException = class
inherit MigrationsException
Public NotInheritable Class MigrationsPendingException
Inherits MigrationsException
- Inheritance
- Attributes
Constructors
MigrationsPendingException() |
Initializes a new instance of the MigrationsPendingException class. |
MigrationsPendingException(String, Exception) |
Initializes a new instance of the MigrationsPendingException class. |
MigrationsPendingException(String) |
Initializes a new instance of the MigrationsPendingException 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