Sdílet prostřednictvím


DbUpdateConcurrencyException Konstruktory

Definice

Přetížení

DbUpdateConcurrencyException()

Inicializuje novou instanci DbUpdateException třídy .

DbUpdateConcurrencyException(String)

Inicializuje novou instanci DbUpdateException třídy .

DbUpdateConcurrencyException(String, Exception)

Inicializuje novou instanci DbUpdateException třídy .

DbUpdateConcurrencyException()

Inicializuje novou instanci DbUpdateException třídy .

public DbUpdateConcurrencyException();
Public Sub New ()

Platí pro

DbUpdateConcurrencyException(String)

Inicializuje novou instanci DbUpdateException třídy .

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

Zpráva

Platí pro

DbUpdateConcurrencyException(String, Exception)

Inicializuje novou instanci DbUpdateException třídy .

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

Zpráva

innerException
Exception

Vnitřní výjimka

Platí pro