DbEntityValidationException.EntityValidationErrors Property

 

Gets the validation errors associated with the entity.

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

public IEnumerable<DbEntityValidationResult> EntityValidationErrors { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<DbEntityValidationResult>

The validation errors associated with the entity.