Udostępnij przez


MigrationsPendingException Konstruktory

Definicja

Przeciążenia

MigrationsPendingException()

Inicjuje nowe wystąpienie klasy MigrationsPendingException.

MigrationsPendingException(String)

Inicjuje nowe wystąpienie klasy MigrationsPendingException.

MigrationsPendingException(String, Exception)

Inicjuje nowe wystąpienie klasy MigrationsPendingException.

MigrationsPendingException()

Inicjuje nowe wystąpienie klasy MigrationsPendingException.

public MigrationsPendingException();
Public Sub New ()

Dotyczy

MigrationsPendingException(String)

Inicjuje nowe wystąpienie klasy MigrationsPendingException.

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

Komunikat z opisem błędu.

Dotyczy

MigrationsPendingException(String, Exception)

Inicjuje nowe wystąpienie klasy MigrationsPendingException.

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

Komunikat z opisem błędu.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku lub odwołanie o wartości null (Nothing in Visual Basic), jeśli nie określono wyjątku wewnętrznego.

Dotyczy