EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Propiedad

Definición

Obtiene las excepciones que se producen cuando se valida un campo de datos nuevo o editado.

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

Valor de propiedad

Colección que contiene todas las excepciones que se produjeron.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la EntityDataSourceValidationException instancia se convierte en una IDynamicValidatorException interfaz.

Se aplica a