Udostępnij przez


MigrationsException Klasa

Definicja

Reprezentuje błędy występujące wewnątrz potoku Migracje Code First.

[System.Serializable]
public class MigrationsException : Exception
type MigrationsException = class
    inherit Exception
Public Class MigrationsException
Inherits Exception
Dziedziczenie
MigrationsException
Pochodne
Atrybuty

Konstruktory

MigrationsException()

Inicjuje nowe wystąpienie klasy MigrationsException.

MigrationsException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy MigrationsException z serializowanymi danymi.

MigrationsException(String, Exception)

Inicjuje nowe wystąpienie klasy MigrationsException.

MigrationsException(String)

Inicjuje nowe wystąpienie klasy MigrationsException.

Dotyczy