Udostępnij przez


DbUpdateConcurrencyException Konstruktory

Definicja

Przeciążenia

DbUpdateConcurrencyException()

Inicjuje nowe wystąpienie klasy DbUpdateException.

public DbUpdateConcurrencyException();
Public Sub New ()

Dotyczy

DbUpdateConcurrencyException(String)

Inicjuje nowe wystąpienie klasy DbUpdateException.

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

Parametry

message
String

Komunikat.

Dotyczy

DbUpdateConcurrencyException(String, Exception)

Inicjuje nowe wystąpienie klasy 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)

Parametry

message
String

Komunikat.

innerException
Exception

Wyjątek wewnętrzny.

Dotyczy