共用方式為


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

內部例外狀況。

適用於