EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Property
.NET Framework (current version)
Gets the exceptions that occur when a new or edited data field is validated.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
private abstract InnerExceptions : IDictionary<string, Exception> with get private override InnerExceptions : IDictionary<string, Exception> with get
Property Value
Type: System.Collections.Generic.IDictionary<String, Exception>A collection that contains all the exceptions that occurred.
This member is an explicit interface member implementation. It can be used only when the EntityDataSourceValidationException instance is cast to an IDynamicValidatorException interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: