EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Property

Definition

Gets the exceptions that occur when a new or edited data field is validated.

property System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ System::Web::DynamicData::IDynamicValidatorException::InnerExceptions { System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ get(); };
System.Collections.Generic.IDictionary<string,Exception> System.Web.DynamicData.IDynamicValidatorException.InnerExceptions { get; }
member this.System.Web.DynamicData.IDynamicValidatorException.InnerExceptions : System.Collections.Generic.IDictionary<string, Exception>
 ReadOnly Property InnerExceptions As IDictionary(Of String, Exception) Implements IDynamicValidatorException.InnerExceptions

Property Value

A collection that contains all the exceptions that occurred.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the EntityDataSourceValidationException instance is cast to an IDynamicValidatorException interface.

Applies to