Udostępnij za pośrednictwem


DbUpdateConcurrencyException Konstruktory

Definicja

Przeciążenia

DbUpdateConcurrencyException()

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

DbUpdateConcurrencyException(String)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

DbUpdateConcurrencyException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje DbUpdateException nowe wystąpienie klasy z postaci serializowanej.

DbUpdateConcurrencyException(String, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

DbUpdateConcurrencyException(String, Exception)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

DbUpdateConcurrencyException(String, Exception, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

DbUpdateConcurrencyException()

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

public DbUpdateConcurrencyException ();
Public Sub New ()

Dotyczy

DbUpdateConcurrencyException(String)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

public DbUpdateConcurrencyException (string message);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

Dotyczy

DbUpdateConcurrencyException(SerializationInfo, StreamingContext)

Przestroga

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Inicjuje DbUpdateException nowe wystąpienie klasy z postaci serializowanej.

public DbUpdateConcurrencyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
public DbUpdateConcurrencyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")>]
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Informacje o serializacji.

context
StreamingContext

Używany kontekst przesyłania strumieniowego.

Atrybuty

Dotyczy

DbUpdateConcurrencyException(String, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

public DbUpdateConcurrencyException (string message, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String, entries As IReadOnlyList(Of IUpdateEntry))

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

entries
IReadOnlyList<IUpdateEntry>

Wpisy, które były zaangażowane w naruszenie współbieżności.

Dotyczy

DbUpdateConcurrencyException(String, Exception)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

public DbUpdateConcurrencyException (string message, Exception innerException);
public DbUpdateConcurrencyException (string message, Exception? innerException);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string * Exception -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy

DbUpdateConcurrencyException(String, Exception, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateConcurrencyException.

public DbUpdateConcurrencyException (string message, Exception innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
public DbUpdateConcurrencyException (string message, Exception? innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException : string * Exception * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException
Public Sub New (message As String, innerException As Exception, entries As IReadOnlyList(Of IUpdateEntry))

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

entries
IReadOnlyList<IUpdateEntry>

Wpisy, które były zaangażowane w błąd.

Dotyczy