EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Proprietà

Definizione

Ottiene le eccezioni che si verificano durante la convalida di un campo dati nuovo o modificato.

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

Valore della proprietà

IDictionary<String,Exception>

Insieme che contiene tutte le eccezioni generate.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza EntityDataSourceValidationException a un'interfaccia IDynamicValidatorException.

Si applica a