EntityCommandCompilationException Konstruktoren

Definition

Initialisiert eine neue Instanz von EntityCommandCompilationException.

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

Hinweise

Weitere Informationen zur Behandlung von Codeausnahmen finden Sie unter Exception.

EntityCommandCompilationException()

Initialisiert eine neue Instanz von EntityCommandCompilationException.

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

Hinweise

Weitere Informationen zur Behandlung von Codeausnahmen finden Sie unter Exception.

Gilt für

EntityCommandCompilationException(String)

Initialisiert eine neue Instanz von EntityCommandCompilationException.

public:
 EntityCommandCompilationException(System::String ^ message);
public EntityCommandCompilationException (string message);
new System.Data.EntityCommandCompilationException : string -> System.Data.EntityCommandCompilationException
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

EntityCommandCompilationException(String, Exception)

Initialisiert eine neue Instanz von EntityCommandCompilationException.

public:
 EntityCommandCompilationException(System::String ^ message, Exception ^ innerException);
public EntityCommandCompilationException (string message, Exception innerException);
new System.Data.EntityCommandCompilationException : string * Exception -> System.Data.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 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