CommitFailedException, constructeur (String, Exception)
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Initialise une nouvelle instance de CommitFailedException avec un message d'erreur et une exception interne.
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New CommitFailedException(message, _
innerException)
public CommitFailedException(
string message,
Exception innerException
)
public:
CommitFailedException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> CommitFailedException
public function CommitFailedException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
Message d'exception.
- innerException
Type : System.Exception
Exception interne.