SaveChangesFailedEventArgs(Boolean, Exception) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une SaveChangesFailedEventArgs instance avec l’exception levée.
public SaveChangesFailedEventArgs(bool acceptAllChangesOnSuccess, Exception exception);
new Microsoft.EntityFrameworkCore.SaveChangesFailedEventArgs : bool * Exception -> Microsoft.EntityFrameworkCore.SaveChangesFailedEventArgs
Public Sub New (acceptAllChangesOnSuccess As Boolean, exception As Exception)
Paramètres
- acceptAllChangesOnSuccess
- Boolean
Valeur passée à SaveChanges.
- exception
- Exception
Exception levée.