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

IDictionary<String,Exception>

Colección que contiene todas las excepciones que se han producido.

Implementaciones

Comentarios

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

Se aplica a