Udostępnij za pośrednictwem


DbUpdateException Konstruktory

Definicja

Przeciążenia

DbUpdateException()

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(String)

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje DbUpdateException nowe wystąpienie klasy z postaci serializowanej.

DbUpdateException(String, IReadOnlyList<EntityEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(String, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(String, Exception)

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException()

Inicjuje nowe wystąpienie klasy DbUpdateException.

public DbUpdateException ();
Public Sub New ()

Dotyczy

DbUpdateException(String)

Inicjuje nowe wystąpienie klasy DbUpdateException.

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

Parametry

message
String

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

Dotyczy

DbUpdateException(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 DbUpdateException (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 DbUpdateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EntityFrameworkCore.DbUpdateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")>]
new Microsoft.EntityFrameworkCore.DbUpdateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateException
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

DbUpdateException(String, IReadOnlyList<EntityEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

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

Parametry

message
String

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

entries
IReadOnlyList<EntityEntry>

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

Dotyczy

DbUpdateException(String, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

public DbUpdateException (string message, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateException
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 błąd.

Dotyczy

DbUpdateException(String, Exception)

Inicjuje nowe wystąpienie klasy DbUpdateException.

public DbUpdateException (string message, Exception innerException);
public DbUpdateException (string message, Exception? innerException);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * Exception -> Microsoft.EntityFrameworkCore.DbUpdateException
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

DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

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

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<EntityEntry>

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

Dotyczy

DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>)

Inicjuje nowe wystąpienie klasy DbUpdateException.

public DbUpdateException (string message, Exception innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
public DbUpdateException (string message, Exception? innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * Exception * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateException
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