MigrationsPendingException Class

Definition

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
MigrationsPendingException
Attributes

Constructors

MigrationsPendingException()

Initializes a new instance of the MigrationsPendingException class.

MigrationsPendingException(String)

Initializes a new instance of the MigrationsPendingException class.

MigrationsPendingException(String, Exception)

Initializes a new instance of the MigrationsPendingException class.

Applies to