DbUpdateException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| DbUpdateException() |
DbUpdateException sınıfının yeni bir örneğini başlatır. |
| DbUpdateException(String) |
DbUpdateException sınıfının yeni bir örneğini başlatır. |
| DbUpdateException(SerializationInfo, StreamingContext) |
Serileştirilmiş bir formda DbUpdateException sınıfının yeni bir örneğini başlatıyor. |
| DbUpdateException(String, IReadOnlyList<EntityEntry>) |
DbUpdateException sınıfının yeni bir örneğini başlatır. |
| DbUpdateException(String, IReadOnlyList<IUpdateEntry>) |
DbUpdateException sınıfının yeni bir örneğini başlatır. |
| DbUpdateException(String, Exception) |
DbUpdateException sınıfının yeni bir örneğini başlatır. |
| DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>) |
DbUpdateException sınıfının yeni bir örneğini başlatır. |
| DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>) |
DbUpdateException sınıfının yeni bir örneğini başlatır. |
DbUpdateException()
DbUpdateException sınıfının yeni bir örneğini başlatır.
public DbUpdateException ();
Public Sub New ()
Şunlara uygulanır
DbUpdateException(String)
DbUpdateException sınıfının yeni bir örneğini başlatır.
public DbUpdateException (string message);
new Microsoft.EntityFrameworkCore.DbUpdateException : string -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String)
Parametreler
- message
- String
Özel durumun nedenini açıklayan hata iletisi.
Şunlara uygulanır
DbUpdateException(SerializationInfo, StreamingContext)
Serileştirilmiş bir formda DbUpdateException sınıfının yeni bir örneğini başlatıyor.
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
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parametreler
- info
- SerializationInfo
Serileştirme bilgisi.
- context
- StreamingContext
Kullanılan akış bağlamı.
Şunlara uygulanır
DbUpdateException(String, IReadOnlyList<EntityEntry>)
DbUpdateException sınıfının yeni bir örneğini başlatır.
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))
Parametreler
- message
- String
Özel durumun nedenini açıklayan hata iletisi.
- entries
- IReadOnlyList<EntityEntry>
Hataya dahil olan girişler.
Şunlara uygulanır
DbUpdateException(String, IReadOnlyList<IUpdateEntry>)
DbUpdateException sınıfının yeni bir örneğini başlatır.
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))
Parametreler
- message
- String
Özel durumun nedenini açıklayan hata iletisi.
- entries
- IReadOnlyList<IUpdateEntry>
Hataya dahil olan girişler.
Şunlara uygulanır
DbUpdateException(String, Exception)
DbUpdateException sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- message
- String
Özel durumun nedenini açıklayan hata iletisi.
- innerException
- Exception
Geçerli özel durumun nedeni olan özel durum.
Şunlara uygulanır
DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>)
DbUpdateException sınıfının yeni bir örneğini başlatır.
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))
Parametreler
- message
- String
Özel durumun nedenini açıklayan hata iletisi.
- innerException
- Exception
Geçerli özel durumun nedeni olan özel durum.
- entries
- IReadOnlyList<EntityEntry>
Hataya dahil olan girişler.
Şunlara uygulanır
DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>)
DbUpdateException sınıfının yeni bir örneğini başlatır.
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))
Parametreler
- message
- String
Özel durumun nedenini açıklayan hata iletisi.
- innerException
- Exception
Geçerli özel durumun nedeni olan özel durum.
- entries
- IReadOnlyList<IUpdateEntry>
Hataya dahil olan girişler.