EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Propriedade
Definição
Obtém as exceções que ocorrem quando um campo de dados novos ou editados é validado.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
Valor da propriedade
Uma coleção que contém todas as exceções que ocorreram.A collection that contains all the exceptions that occurred.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de EntityDataSourceValidationException é convertida em uma interface de IDynamicValidatorException.It can be used only when the EntityDataSourceValidationException instance is cast to an IDynamicValidatorException interface.