Partager via


DbUpdateException Constructeurs

Définition

Surcharges

DbUpdateException()

Initialise une nouvelle instance de la classe DbUpdateException.

DbUpdateException(String)

Initialise une nouvelle instance de la classe DbUpdateException.

DbUpdateException(String, Exception)

Initialise une nouvelle instance de la classe DbUpdateException.

DbUpdateException()

Initialise une nouvelle instance de la classe DbUpdateException.

public DbUpdateException ();
Public Sub New ()

S’applique à

DbUpdateException(String)

Initialise une nouvelle instance de la classe DbUpdateException.

public DbUpdateException (string message);
new System.Data.Entity.Infrastructure.DbUpdateException : string -> System.Data.Entity.Infrastructure.DbUpdateException
Public Sub New (message As String)

Paramètres

message
String

Message.

S’applique à

DbUpdateException(String, Exception)

Initialise une nouvelle instance de la classe 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)

Paramètres

message
String

Message.

innerException
Exception

Exception interne.

S’applique à