EntityCommandExecutionException Konstruktoren

Definition

Initialisiert eine neue Instanz von EntityCommandExecutionException.

Ü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.

Hinweise

Weitere Informationen zur Behandlung von Codeausnahmen finden Sie unter Exception.

EntityCommandExecutionException()

Initialisiert eine neue Instanz von EntityCommandExecutionException.

public:
 EntityCommandExecutionException();
public EntityCommandExecutionException ();
Public Sub New ()

Hinweise

Weitere Informationen zur Behandlung von Codeausnahmen finden Sie unter Exception.

Gilt für:

EntityCommandExecutionException(String)

Initialisiert eine neue Instanz von EntityCommandExecutionException.

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

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

Hinweise

Weitere Informationen zur Behandlung von Codeausnahmen finden Sie unter Exception.

Gilt für:

EntityCommandExecutionException(String, Exception)

Initialisiert eine neue Instanz von EntityCommandExecutionException.

public:
 EntityCommandExecutionException(System::String ^ message, Exception ^ innerException);
public EntityCommandExecutionException (string message, Exception innerException);
new System.Data.EntityCommandExecutionException : string * Exception -> System.Data.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 ausgelöst hat, oder ein null-Verweis (Nothing in Visual Basic), wenn keine innere Ausnahme angegeben ist.

Hinweise

Weitere Informationen zur Behandlung von Codeausnahmen finden Sie unter Exception.

Gilt für: