Freigeben über


EntityCommandExecutionException Konstruktoren

Definition

Überlädt

EntityCommandExecutionException()

Initialisiert eine neue Instanz von EntityCommandExecutionException.

EntityCommandExecutionException(String)

Initialisiert eine neue Instanz von EntityCommandExecutionException.

EntityCommandExecutionException(String, Exception)

Initialisiert eine neue Instanz von EntityCommandExecutionException.

EntityCommandExecutionException()

Initialisiert eine neue Instanz von EntityCommandExecutionException.

public EntityCommandExecutionException ();
Public Sub New ()

Gilt für:

EntityCommandExecutionException(String)

Initialisiert eine neue Instanz von EntityCommandExecutionException.

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

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

Gilt für:

EntityCommandExecutionException(String, Exception)

Initialisiert eine neue Instanz von EntityCommandExecutionException.

public EntityCommandExecutionException (string message, Exception innerException);
new System.Data.Entity.Core.EntityCommandExecutionException : string * Exception -> System.Data.Entity.Core.EntityCommandExecutionException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat, oder ein NULL-Verweis (Nothing in Visual Basic), wenn keine innere Ausnahme angegeben ist.

Gilt für: