The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: property IDictionary<String^, Exception^>^ InnerExceptions { virtual IDictionary<String^, Exception^>^ get() sealed = IDynamicValidatorException::InnerExceptions::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: