次の方法で共有


DbUpdateConcurrencyException コンストラクター

定義

オーバーロード

DbUpdateConcurrencyException()

DbUpdateException クラスの新しいインスタンスを初期化します。

DbUpdateConcurrencyException(String)

DbUpdateException クラスの新しいインスタンスを初期化します。

DbUpdateConcurrencyException(String, Exception)

DbUpdateException クラスの新しいインスタンスを初期化します。

DbUpdateConcurrencyException()

DbUpdateException クラスの新しいインスタンスを初期化します。

public DbUpdateConcurrencyException ();
Public Sub New ()

適用対象

DbUpdateConcurrencyException(String)

DbUpdateException クラスの新しいインスタンスを初期化します。

public DbUpdateConcurrencyException (string message);
new System.Data.Entity.Infrastructure.DbUpdateConcurrencyException : string -> System.Data.Entity.Infrastructure.DbUpdateConcurrencyException
Public Sub New (message As String)

パラメーター

message
String

メッセージ。

適用対象

DbUpdateConcurrencyException(String, Exception)

DbUpdateException クラスの新しいインスタンスを初期化します。

public DbUpdateConcurrencyException (string message, Exception innerException);
new System.Data.Entity.Infrastructure.DbUpdateConcurrencyException : string * Exception -> System.Data.Entity.Infrastructure.DbUpdateConcurrencyException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

メッセージ。

innerException
Exception

内部例外。

適用対象