Freigeben über


MigrationsPendingException Klasse

Definition

Wird ausgelöst, wenn ein Vorgang nicht ausgeführt werden kann, weil migrationen vorhanden sind, die nicht auf die Datenbank angewendet wurden.

[System.Serializable]
public sealed class MigrationsPendingException : System.Data.Entity.Migrations.Infrastructure.MigrationsException
type MigrationsPendingException = class
    inherit MigrationsException
Public NotInheritable Class MigrationsPendingException
Inherits MigrationsException
Vererbung
MigrationsPendingException
Attribute

Konstruktoren

MigrationsPendingException()

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

MigrationsPendingException(String, Exception)

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

MigrationsPendingException(String)

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

Gilt für: