Sdílet prostřednictvím


MigrationsPendingException Konstruktory

Definice

Přetížení

MigrationsPendingException()

Inicializuje novou instanci MigrationsPendingException třídy.

MigrationsPendingException(String)

Inicializuje novou instanci MigrationsPendingException třídy.

MigrationsPendingException(String, Exception)

Inicializuje novou instanci MigrationsPendingException třídy.

MigrationsPendingException()

Inicializuje novou instanci MigrationsPendingException třídy.

public MigrationsPendingException ();
Public Sub New ()

Platí pro

MigrationsPendingException(String)

Inicializuje novou instanci MigrationsPendingException třídy.

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

Parametry

message
String

Zpráva popisující chybu

Platí pro

MigrationsPendingException(String, Exception)

Inicializuje novou instanci MigrationsPendingException třídy.

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)

Parametry

message
String

Zpráva popisující chybu

innerException
Exception

Výjimka, která je příčinou aktuální výjimky, nebo nulový odkaz (Nothing v jazyce Visual Basic), pokud není zadána žádná vnitřní výjimka.

Platí pro