EntityCommandCompilationException Constructors

Definitie

Initialiseert een nieuw exemplaar van EntityCommandCompilationException.

Overloads

Opmerkingen

Zie Exceptionvoor meer informatie over het afhandelen van code-uitzonderingen.

EntityCommandCompilationException()

Initialiseert een nieuw exemplaar van EntityCommandCompilationException.

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

Opmerkingen

Zie voor meer informatie over het afhandelen van uitzonderingencode Exception.

Van toepassing op

EntityCommandCompilationException(String)

Initialiseert een nieuw exemplaar van EntityCommandCompilationException.

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

Parameters

message
String

Het bericht waarin de fout wordt beschreven.

Opmerkingen

Zie Exceptionvoor meer informatie over het afhandelen van code-uitzonderingen.

Van toepassing op

EntityCommandCompilationException(String, Exception)

Initialiseert een nieuw exemplaar van 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)

Parameters

message
String

In het foutbericht wordt de reden voor de uitzondering uitgelegd.

innerException
Exception

De uitzondering die de huidige uitzondering heeft veroorzaakt, of een null-verwijzing (Nothing in Visual Basic) als er geen interne uitzondering is opgegeven.

Opmerkingen

Zie voor meer informatie over het afhandelen van uitzonderingencode Exception.

Van toepassing op