MigrationsException クラス

定義

Code First Migrations パイプライン内で発生するエラーを表します。

[System.Serializable]
public class MigrationsException : Exception
type MigrationsException = class
    inherit Exception
Public Class MigrationsException
Inherits Exception
継承
MigrationsException
派生
属性

コンストラクター

名前 説明
MigrationsException()

MigrationsException クラスの新しいインスタンスを初期化します。

MigrationsException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して MigrationsException クラスの新しいインスタンスを初期化します。

MigrationsException(String, Exception)

MigrationsException クラスの新しいインスタンスを初期化します。

MigrationsException(String)

MigrationsException クラスの新しいインスタンスを初期化します。

適用対象