EntityCommandExecutionException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Entity Framework