EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Propriété

Définition

Obtient les exceptions qui se produisent lorsqu’un champ de données nouveau ou modifié est validé.

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

Valeur de propriété

Collection qui contient toutes les exceptions qui se sont produites.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance EntityDataSourceValidationException est convertie en IDynamicValidatorException interface.

S’applique à