Freigeben über


CommitFailedException-Konstruktor (String)

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Initialisiert eine neue Instanz von CommitFailedException mit Fehlermeldung.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New CommitFailedException(message)
public CommitFailedException(
    string message
)
public:
CommitFailedException(
    String^ message
)
new : 
        message:string -> CommitFailedException
public function CommitFailedException(
    message : String
)

Parameter

Siehe auch

Verweis

CommitFailedException Klasse

CommitFailedException-Überladung

System.Data.Entity.Infrastructure-Namespace