MigrationsPendingException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法執行作業時擲回,因為現有的移轉尚未套用至資料庫。
[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(String, Exception) |
初始化 MigrationsPendingException 類別的新實例。 |
MigrationsPendingException(String) |
初始化 MigrationsPendingException 類別的新實例。 |