Share via


SaveChangesFailedEventArgs.Exception Property

Definition

The exception thrown duringDbContext.SaveChanges or DbContext.SaveChangesAsync.

public virtual Exception Exception { get; }
member this.Exception : Exception
Public Overridable ReadOnly Property Exception As Exception

Property Value

Applies to