IDynamicValidatorException.InnerExceptions Propriedade

Definição

Obtém as exceções que ocorrem quando um campo de dados novos ou editados é validado.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ InnerExceptions { System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Exception> InnerExceptions { get; }
member this.InnerExceptions : System.Collections.Generic.IDictionary<string, Exception>
Public ReadOnly Property InnerExceptions As IDictionary(Of String, Exception)

Valor da propriedade

IDictionary<String,Exception>

Uma coleção que contém todas as exceções que ocorreram.

Aplica-se a