次の方法で共有


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 クラスの新しいインスタンスを初期化します。

適用対象