Udostępnij przez


DbUpdateException Konstruktory

Definicja

Przeciążenia

DbUpdateException()

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(String)

Inicjuje nowe wystąpienie klasy DbUpdateException.

DbUpdateException(String, Exception)

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

Parametry

message
String

Komunikat.

Dotyczy

DbUpdateException(String, Exception)

Inicjuje nowe wystąpienie klasy DbUpdateException.

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)

Parametry

message
String

Komunikat.

innerException
Exception

Wyjątek wewnętrzny.

Dotyczy