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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework