DbUpdateException Oluşturucular

Tanım

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(String, Exception)

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 System.Data.Entity.Infrastructure.DbUpdateException : string -> System.Data.Entity.Infrastructure.DbUpdateException
Public Sub New (message As String)

Parametreler

message
String

İleti.

Ş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);
new System.Data.Entity.Infrastructure.DbUpdateException : string * Exception -> System.Data.Entity.Infrastructure.DbUpdateException
Public Sub New (message As String, innerException As Exception)

Parametreler

message
String

İleti.

innerException
Exception

İç özel durum.

Şunlara uygulanır