다음을 통해 공유


MigrationsPendingException 클래스

정의

데이터베이스에 적용되지 않은 기존 마이그레이션이 있기 때문에 작업을 수행할 수 없는 경우 throw됩니다.

[System.Serializable]
public sealed class MigrationsPendingException : System.Data.Entity.Migrations.Infrastructure.MigrationsException
type MigrationsPendingException = class
    inherit MigrationsException
Public NotInheritable Class MigrationsPendingException
Inherits MigrationsException
상속
MigrationsPendingException
특성

생성자

MigrationsPendingException()

MigrationsPendingException 클래스의 새 instance 초기화합니다.

MigrationsPendingException(String, Exception)

MigrationsPendingException 클래스의 새 instance 초기화합니다.

MigrationsPendingException(String)

MigrationsPendingException 클래스의 새 instance 초기화합니다.

적용 대상