DbUpdateException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データベースへの保存中にエラーが発生するとスローされる例外。
public class DbUpdateException : Exception
[System.Serializable]
public class DbUpdateException : Exception
type DbUpdateException = class
inherit Exception
[<System.Serializable>]
type DbUpdateException = class
inherit Exception
Public Class DbUpdateException
Inherits Exception
- 継承
-
DbUpdateException
- 派生
- 属性
注釈
詳細と例については、「 EF Core を使用したデータの保存 」を参照してください。
コンストラクター
DbUpdateException() |
DbUpdateException クラスの新しいインスタンスを初期化します。 |
DbUpdateException(SerializationInfo, StreamingContext) |
古い.
シリアル化されたフォームから クラスの DbUpdateException 新しいインスタンスを初期化します。 |
DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>) |
DbUpdateException クラスの新しいインスタンスを初期化します。 |
DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>) |
DbUpdateException クラスの新しいインスタンスを初期化します。 |
DbUpdateException(String, Exception) |
DbUpdateException クラスの新しいインスタンスを初期化します。 |
DbUpdateException(String, IReadOnlyList<EntityEntry>) |
DbUpdateException クラスの新しいインスタンスを初期化します。 |
DbUpdateException(String, IReadOnlyList<IUpdateEntry>) |
DbUpdateException クラスの新しいインスタンスを初期化します。 |
DbUpdateException(String) |
DbUpdateException クラスの新しいインスタンスを初期化します。 |
プロパティ
Entries |
エラーに関連したエントリを取得します。 通常、これは 1 つのエントリですが、場合によっては 0 個または複数のエントリになる場合があります。 |
適用対象
Entity Framework