DbUpdateConcurrencyException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DbUpdateConcurrencyException() |
Initialisiert eine neue Instanz der DbUpdateException-Klasse. |
DbUpdateConcurrencyException(String) |
Initialisiert eine neue Instanz der DbUpdateException-Klasse. |
DbUpdateConcurrencyException(String, Exception) |
Initialisiert eine neue Instanz der DbUpdateException-Klasse. |
DbUpdateConcurrencyException()
Initialisiert eine neue Instanz der DbUpdateException-Klasse.
public DbUpdateConcurrencyException();
Public Sub New ()
Gilt für:
DbUpdateConcurrencyException(String)
Initialisiert eine neue Instanz der DbUpdateException-Klasse.
public DbUpdateConcurrencyException(string message);
new System.Data.Entity.Infrastructure.DbUpdateConcurrencyException : string -> System.Data.Entity.Infrastructure.DbUpdateConcurrencyException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung.
Gilt für:
DbUpdateConcurrencyException(String, Exception)
Initialisiert eine neue Instanz der DbUpdateException-Klasse.
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)
Parameter
- message
- String
Die Meldung.
- innerException
- Exception
Die innere Ausnahme.
Gilt für:
Entity Framework