EntityCommandCompilationException 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
EntityCommandCompilationException() |
Initialisiert eine neue Instanz von EntityCommandCompilationException. |
EntityCommandCompilationException(String) |
Initialisiert eine neue Instanz von EntityCommandCompilationException. |
EntityCommandCompilationException(String, Exception) |
Initialisiert eine neue Instanz von EntityCommandCompilationException. |
EntityCommandCompilationException()
Initialisiert eine neue Instanz von EntityCommandCompilationException.
public EntityCommandCompilationException ();
Public Sub New ()
Gilt für:
EntityCommandCompilationException(String)
Initialisiert eine neue Instanz von EntityCommandCompilationException.
public EntityCommandCompilationException (string message);
new System.Data.Entity.Core.EntityCommandCompilationException : string -> System.Data.Entity.Core.EntityCommandCompilationException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung, in der der Fehler beschrieben wird.
Gilt für:
EntityCommandCompilationException(String, Exception)
Initialisiert eine neue Instanz von EntityCommandCompilationException.
public EntityCommandCompilationException (string message, Exception innerException);
new System.Data.Entity.Core.EntityCommandCompilationException : string * Exception -> System.Data.Entity.Core.EntityCommandCompilationException
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