다음을 통해 공유


MigrationsException 클래스

정의

Code First 마이그레이션 파이프라인 내에서 발생하는 오류를 나타냅니다.

[System.Serializable]
public class MigrationsException : Exception
type MigrationsException = class
    inherit Exception
Public Class MigrationsException
Inherits Exception
상속
MigrationsException
파생
특성

생성자

MigrationsException()

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

MigrationsException(SerializationInfo, StreamingContext)

serialize된 데이터를 사용하여 MigrationsException 클래스의 새 instance 초기화합니다.

MigrationsException(String, Exception)

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

MigrationsException(String)

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

적용 대상