Udostępnij przez


AutomaticMigrationsDisabledException Konstruktory

Definicja

Przeciążenia

AutomaticMigrationsDisabledException()

Inicjuje nowe wystąpienie klasy AutomaticMigrationsDisabledException.

AutomaticMigrationsDisabledException(String)

Inicjuje nowe wystąpienie klasy AutomaticMigrationsDisabledException.

AutomaticMigrationsDisabledException(String, Exception)

Inicjuje nowe wystąpienie klasy MigrationsException.

AutomaticMigrationsDisabledException()

Inicjuje nowe wystąpienie klasy AutomaticMigrationsDisabledException.

public AutomaticMigrationsDisabledException ();
Public Sub New ()

Dotyczy

AutomaticMigrationsDisabledException(String)

Inicjuje nowe wystąpienie klasy AutomaticMigrationsDisabledException.

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

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

AutomaticMigrationsDisabledException(String, Exception)

Inicjuje nowe wystąpienie klasy MigrationsException.

public AutomaticMigrationsDisabledException (string message, Exception innerException);
new System.Data.Entity.Migrations.Infrastructure.AutomaticMigrationsDisabledException : string * Exception -> System.Data.Entity.Migrations.Infrastructure.AutomaticMigrationsDisabledException
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 (Nic w Visual Basic), jeśli nie określono wyjątku wewnętrznego.

Dotyczy