DbUpdateException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| DbUpdateException() |
Menginisialisasi instans baru kelas DbUpdateException. |
| DbUpdateException(String) |
Menginisialisasi instans baru kelas DbUpdateException. |
| DbUpdateException(SerializationInfo, StreamingContext) |
Kedaluwarsa.
Menginisialisasi instans DbUpdateException baru kelas dari formulir berseri. |
| DbUpdateException(String, IReadOnlyList<EntityEntry>) |
Menginisialisasi instans baru kelas DbUpdateException. |
| DbUpdateException(String, IReadOnlyList<IUpdateEntry>) |
Menginisialisasi instans baru kelas DbUpdateException. |
| DbUpdateException(String, Exception) |
Menginisialisasi instans baru kelas DbUpdateException. |
| DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>) |
Menginisialisasi instans baru kelas DbUpdateException. |
| DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>) |
Menginisialisasi instans baru kelas DbUpdateException. |
DbUpdateException()
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Menginisialisasi instans baru kelas DbUpdateException.
public DbUpdateException ();
Public Sub New ()
Berlaku untuk
DbUpdateException(String)
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Menginisialisasi instans baru kelas DbUpdateException.
public DbUpdateException (string message);
new Microsoft.EntityFrameworkCore.DbUpdateException : string -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String)
Parameter
- message
- String
Pesan kesalahan yang menjelaskan alasan pengecualian.
Berlaku untuk
DbUpdateException(SerializationInfo, StreamingContext)
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Perhatian
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Menginisialisasi instans DbUpdateException baru kelas dari formulir berseri.
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)
Parameter
- info
- SerializationInfo
Info serialisasi.
- context
- StreamingContext
Konteks streaming yang digunakan.
- Atribut
Berlaku untuk
DbUpdateException(String, IReadOnlyList<EntityEntry>)
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Menginisialisasi instans baru kelas 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))
Parameter
- message
- String
Pesan kesalahan yang menjelaskan alasan pengecualian.
- entries
- IReadOnlyList<EntityEntry>
Entri yang terlibat dalam kesalahan.
Berlaku untuk
DbUpdateException(String, IReadOnlyList<IUpdateEntry>)
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Menginisialisasi instans baru kelas 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))
Parameter
- message
- String
Pesan kesalahan yang menjelaskan alasan pengecualian.
- entries
- IReadOnlyList<IUpdateEntry>
Entri yang terlibat dalam kesalahan.
Berlaku untuk
DbUpdateException(String, Exception)
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Menginisialisasi instans baru kelas 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)
Parameter
- message
- String
Pesan kesalahan yang menjelaskan alasan pengecualian.
- innerException
- Exception
Pengecualian yang merupakan penyebab pengecualian saat ini.
Berlaku untuk
DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>)
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Menginisialisasi instans baru kelas 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))
Parameter
- message
- String
Pesan kesalahan yang menjelaskan alasan pengecualian.
- innerException
- Exception
Pengecualian yang merupakan penyebab pengecualian saat ini.
- entries
- IReadOnlyList<EntityEntry>
Entri yang terlibat dalam kesalahan.
Berlaku untuk
DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>)
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
- Sumber:
- DbUpdateException.cs
Menginisialisasi instans baru kelas 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))
Parameter
- message
- String
Pesan kesalahan yang menjelaskan alasan pengecualian.
- innerException
- Exception
Pengecualian yang merupakan penyebab pengecualian saat ini.
- entries
- IReadOnlyList<IUpdateEntry>
Entri yang terlibat dalam kesalahan.