다음을 통해 공유


AutomaticDataLossException 클래스

정의

자동 마이그레이션으로 인해 데이터가 손실될 때 발생하는 오류를 나타냅니다.

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

생성자

AutomaticDataLossException()

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

AutomaticDataLossException(String)

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

AutomaticDataLossException(String, Exception)

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

적용 대상