Freigeben über


MigrationsPendingException Konstruktoren

Definition

Überlädt

MigrationsPendingException()

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

MigrationsPendingException(String)

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

MigrationsPendingException(String, Exception)

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

MigrationsPendingException()

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

public MigrationsPendingException ();
Public Sub New ()

Gilt für:

MigrationsPendingException(String)

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

public MigrationsPendingException (string message);
new System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException : string -> System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

Gilt für:

MigrationsPendingException(String, Exception)

Initialisiert eine neue instance der MigrationsPendingException-Klasse.

public MigrationsPendingException (string message, Exception innerException);
new System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException : string * Exception -> System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein NULL-Verweis („Nothing“ in Visual Basic), wenn keine innere Ausnahme angegeben ist.

Gilt für: