共用方式為


MigrationsPendingException 類別

定義

無法執行作業時擲回,因為現有的移轉尚未套用至資料庫。

[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 類別的新實例。

MigrationsPendingException(String, Exception)

初始化 MigrationsPendingException 類別的新實例。

MigrationsPendingException(String)

初始化 MigrationsPendingException 類別的新實例。

適用於