MigrationsException Class
Represents errors that occur inside the Code First Migrations pipeline.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Exception
System.Data.Entity.Migrations.Infrastructure.MigrationsException
System.Data.Entity.Migrations.Infrastructure.AutomaticDataLossException
System.Data.Entity.Migrations.Infrastructure.AutomaticMigrationsDisabledException
System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException
System.Data.Entity.Migrations.ProjectTypeNotSupportedException
System.Exception
System.Data.Entity.Migrations.Infrastructure.MigrationsException
System.Data.Entity.Migrations.Infrastructure.AutomaticDataLossException
System.Data.Entity.Migrations.Infrastructure.AutomaticMigrationsDisabledException
System.Data.Entity.Migrations.Infrastructure.MigrationsPendingException
System.Data.Entity.Migrations.ProjectTypeNotSupportedException
Name | Description | |
---|---|---|
![]() | MigrationsException() | Initializes a new instance of the MigrationsException class. |
![]() | MigrationsException(SerializationInfo, StreamingContext) | Initializes a new instance of the MigrationsException class with serialized data. |
![]() | MigrationsException(String) | Initializes a new instance of the MigrationsException class. |
![]() | MigrationsException(String, Exception) | Initializes a new instance of the MigrationsException class. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
Name | Description | |
---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.