MigrationsPendingException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.