DbUpdateConcurrencyException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DbUpdateConcurrencyException() |
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。 |
DbUpdateConcurrencyException(String) |
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。 |
DbUpdateConcurrencyException(SerializationInfo, StreamingContext) |
古い.
シリアル化されたフォームから クラスの DbUpdateException 新しいインスタンスを初期化します。 |
DbUpdateConcurrencyException(String, IReadOnlyList<IUpdateEntry>) |
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。 |
DbUpdateConcurrencyException(String, Exception) |
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。 |
DbUpdateConcurrencyException(String, Exception, IReadOnlyList<IUpdateEntry>) |
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。 |
DbUpdateConcurrencyException()
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。
public DbUpdateConcurrencyException ();
Public Sub New ()
適用対象
DbUpdateConcurrencyException(String)
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。
public DbUpdateConcurrencyException (string message);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String)
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
適用対象
DbUpdateConcurrencyException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
シリアル化されたフォームから クラスの DbUpdateException 新しいインスタンスを初期化します。
public DbUpdateConcurrencyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
public DbUpdateConcurrencyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")>]
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
シリアル化情報。
- context
- StreamingContext
使用されているストリーミング コンテキスト。
- 属性
適用対象
DbUpdateConcurrencyException(String, IReadOnlyList<IUpdateEntry>)
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。
public DbUpdateConcurrencyException (string message, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String, entries As IReadOnlyList(Of IUpdateEntry))
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
- entries
- IReadOnlyList<IUpdateEntry>
コンカレンシー違反に関連したエントリ。
適用対象
DbUpdateConcurrencyException(String, Exception)
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。
public DbUpdateConcurrencyException (string message, Exception innerException);
public DbUpdateConcurrencyException (string message, Exception? innerException);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string * Exception -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
- innerException
- Exception
現在の例外の原因となった例外。
適用対象
DbUpdateConcurrencyException(String, Exception, IReadOnlyList<IUpdateEntry>)
DbUpdateConcurrencyException クラスの新しいインスタンスを初期化します。
public DbUpdateConcurrencyException (string message, Exception innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
public DbUpdateConcurrencyException (string message, Exception? innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string * Exception * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String, innerException As Exception, entries As IReadOnlyList(Of IUpdateEntry))
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
- innerException
- Exception
現在の例外の原因となった例外。
- entries
- IReadOnlyList<IUpdateEntry>
エラーに関連したエントリ。
適用対象
Entity Framework